[]
Represents the method that will handle a CommandStateQuery event.
public delegate void CommandStateQueryEventHandler(object sender, CommandStateQueryEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| CommandStateQueryEventArgs | e | A CommandStateQueryEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| CommandStateQueryEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, CommandStateQueryEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, CommandStateQueryEventArgs) |