[]
Arguments for the command status query event handler.
public class CommandStateQueryEventArgs : EventArgs
Name | Description |
---|---|
CommandStateQueryEventArgs() |
Name | Description |
---|---|
Checked | Determines whether the command is checked. |
Enabled | Determines whether the command is enabled. |
Pressed | Determines whether the command is pressed. |
Visible | Determines whether the command is visible. |