'Declaration
Public Delegate Sub SelectionChangingEventHandler( _ ByVal source As Object, _ ByVal e As SelectionChangingEventArgs _ )
'Usage
Dim instance As New SelectionChangingEventHandler(AddressOf HandlerMethod)
public delegate void SelectionChangingEventHandler( object source, SelectionChangingEventArgs e )
public delegate void SelectionChangingEventHandler( Object^ source, SelectionChangingEventArgs^ e )
Parameters
- source
- e