Share via


CommandStateChangeEventArgs.Enable Property

Definition

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.

Applies to