Data ListIs Undoing Property
This read-only property can be used to see if changes are being undone
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
This will return true if changes are being canceled. This is useful for suppressing event handlers that may cause undesirable results if executed while undoing or canceling changes to a row.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool IsUndoing { get; }VB
Public ReadOnly Property IsUndoing As Boolean
GetC++
public:
property bool IsUndoing {
bool get ();
}F#
member IsUndoing : bool with getProperty Value
BooleanThis will return true if changes are being canceled. This is useful for suppressing event handlers that may cause undesirable results if executed while undoing or canceling changes to a row.