Returns true if the DataTable has been modified by the user. Warning! This is independent of the form's cancel button and should only be used if form returned OK.

Namespace: Ico.Gwx
Assembly: GwxSymbolLibraryControl (in GwxSymbolLibraryControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Modified { get; }
Visual Basic
Public ReadOnly Property Modified As Boolean
	Get
JScript
function get Modified () : boolean

See Also