CollectionChangeEventHandler Delegado
Represents the method that will handle the OnCollectionChange event.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Delegate Sub CollectionChangeEventHandler ( _
sender As Object, _
e As CollectionChangeEventArgs _
)
'Uso
Dim instance As New CollectionChangeEventHandler(AddressOf HandlerMethod)
public delegate void CollectionChangeEventHandler(
Object sender,
CollectionChangeEventArgs e
)
public delegate void CollectionChangeEventHandler(
Object^ sender,
CollectionChangeEventArgs^ e
)
type CollectionChangeEventHandler =
delegate of
sender:Object *
e:CollectionChangeEventArgs -> unit
JScript admite el uso de delegados, pero no la declaración de otros nuevos.
Parámetros
- sender
Tipo: System. . :: . .Object
Represents the event calling the object.
- e
Tipo: Microsoft.AnalysisServices. . :: . .CollectionChangeEventArgs
Specifies the CollectionChangeEventArgs that contains the event data.
Notas
Nuevo: 17 de julio de 2006