Constable Authorization Engine 2.0 BETA

UndoEngine.IsRecording Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether this instance is recording a change.

[Visual Basic]
Public ReadOnly Property IsRecording As Boolean
[C#]
public bool IsRecording {get;}

Property Value

true if this instance is recording a change; otherwisefalse .

Remarks

When the UndoEngine catches the InstanceChanging event generated by the associated RootInstance, it remains in the 'recording' state until the engine catches the corresponding InstanceChanged event, until the RecordingExpirationInterval has not elapsed or util the ResetRecording method isn't called.

See Also

UndoEngine Class | LaMarvin.ComponentModel Namespace