'Declaration Public Delegate Sub QueryMoveFocusEventHandler( _ ByVal sender As Object, _ ByVal e As QueryMoveFocusEventArgs _ )
'Usage Dim instance As New QueryMoveFocusEventHandler(AddressOf HandlerMethod)
public delegate void QueryMoveFocusEventHandler( object sender, QueryMoveFocusEventArgs e )
Parameters
- sender
- The source of the event.
- e
- Event data.