CommandStateChangeEventArgs Class

Definition

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.

Applies to