'Declaration Public Delegate Sub ActiveSheetChangingEventHandler( _ ByVal sender As Object, _ ByVal e As ActiveSheetChangingEventArgs _ )
'Usage Dim instance As New ActiveSheetChangingEventHandler(AddressOf HandlerMethod)
public delegate void ActiveSheetChangingEventHandler( object sender, ActiveSheetChangingEventArgs e )
Parameters
- sender
- Source of the event
- e
- Event data