ViewFilter.IsExecutingCommand Property

Definition

Determines whether or not the filter is executing commands.

public:
 static property bool IsExecutingCommand { bool get(); };
public:
 static property bool IsExecutingCommand { bool get(); };
public static bool IsExecutingCommand { get; }
static member IsExecutingCommand : bool
Public Shared ReadOnly Property IsExecutingCommand As Boolean

Property Value

true if commands are being executed, otherwise false.

Applies to