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