public delegate void NotifyLeadCollectionChangedEventHandler(
object ,
NotifyLeadCollectionChangedEventArgs
)
'Declaration
Public Delegate Sub NotifyLeadCollectionChangedEventHandler( _
ByVal As Object, _
ByVal As NotifyLeadCollectionChangedEventArgs _
)
'Usage
Dim instance As New NotifyLeadCollectionChangedEventHandler(AddressOf HandlerMethod)
public delegate void NotifyLeadCollectionChangedEventHandler(
object sender,
NotifyLeadCollectionChangedEventArgs e
)
NotifyLeadCollectionChangedEventHandler(
sender ,
e
)
public delegate void NotifyLeadCollectionChangedEventHandler(
Object^ ,
NotifyLeadCollectionChangedEventArgs^
)