CollectionChangeEventHandler-Delegat
Represents the method that will handle the OnCollectionChange event.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Delegate Sub CollectionChangeEventHandler ( _
sender As Object, _
e As CollectionChangeEventArgs _
)
'Usage
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 unterstützt die Verwendung von Delegaten, aber nicht die Deklaration neuer Delegaten.
Parameter
- sender
Typ: System. . :: . .Object
Represents the event calling the object.
- e
Typ: Microsoft.AnalysisServices. . :: . .CollectionChangeEventArgs
Specifies the CollectionChangeEventArgs that contains the event data.
Hinweise
Neu: 17. Juli 2006