'Declaration
Public Delegate Sub AllowDropTargetEventHandler( _ ByVal sender As Object, _ ByVal e As AllowDropEventArgs _ )
public delegate void AllowDropTargetEventHandler( object sender, AllowDropEventArgs e )
Parameters
- sender
- The source of an event.
- e
- A AllowDropEventArgs that contains the event data.