CommandStateChangeEventArgs.Command Property
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.
Gets the integer expression that corresponds to a command.
public:
property int Command { int get(); };
public int Command { get; }
member this.Command : int
Public ReadOnly Property Command As Integer