StoreIsDefProcessing Property
Determines if action in the scope of current context was initiated for calculation of definition.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public bool IsDefProcessing { get; set; }
Public Property IsDefProcessing As Boolean
Get
Set
public:
virtual property bool IsDefProcessing {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsDefProcessing : bool with get, set
override IsDefProcessing : bool with get, set
BooleanIEvaluationActionContextIsDefProcessing