CommandStateChangeEventArgs.Enable 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 Boolean value that specifies whether the command state change event is enabled or not.
public:
property bool Enable { bool get(); };
public bool Enable { get; }
member this.Enable : bool
Public ReadOnly Property Enable As Boolean
Property Value
True
if the command is enabled, otherwise false
.