Share via


Delegato CollectionChangeEventHandler

Represents the method that will handle the OnCollectionChange event.

Spazio dei nomi:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Delegate Sub CollectionChangeEventHandler ( _
    sender As Object, _
    e As CollectionChangeEventArgs _
)
'Utilizzo
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 supporta l'utilizzo di delegati, ma non la dichiarazione di nuovi delegati.

Parametri

Osservazioni

Nuovo: 17 luglio 2006