CommandStateChangeEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event arguments for the CommandStateChangeEventArgs class.
public ref class CommandStateChangeEventArgs sealed : EventArgs
public sealed class CommandStateChangeEventArgs : EventArgs
type CommandStateChangeEventArgs = class
inherit EventArgs
Public NotInheritable Class CommandStateChangeEventArgs
Inherits EventArgs
- Inheritance
-
CommandStateChangeEventArgs
Constructors
CommandStateChangeEventArgs() |
Initializes a new instance of the CommandStateChangeEventArgs class. |
Properties
Command |
Gets the integer expression that evaluates to the command. |
Enable |
Gets the Boolean value that specifies whether the command state change event is enabled or not. |