 | IAsyncRelayCommandIsExecuting Property |
A flag to signal if the asynchronous operation has completed.
Namespace:
BionicCode.Utilities.Net.Framework.Wpf
Assembly:
BionicCode.Utilities.Net.Framework.Wpf (in BionicCode.Utilities.Net.Framework.Wpf.dll) Version: 1.0.3.0 (1.0.0.0)
Syntaxbool IsExecuting { get; }
property bool IsExecuting {
bool get ();
}
abstract IsExecuting : bool with get
/** @property */
boolean get_IsExecuting()
function get IsExecuting () : boolean
function get_IsExecuting();
PROPERTY IsExecuting AS LOGIC GET
Property Value
Type:
Boolean
See Also