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