'Declaration
Public Delegate Sub CommandContextCancelEventHandler( _ ByVal sender As System.Object, _ ByVal e As CommandContextCancelEventArgs _ )
'Usage
Dim instance As New CommandContextCancelEventHandler(AddressOf HandlerMethod)
public delegate void CommandContextCancelEventHandler( System.object sender, CommandContextCancelEventArgs e )
Parameters
- sender
- e