Modified Property (EditBase)
Gets or sets a value that indicates that the control has been modified by the user since the control was created or its contents were last set.
public bool Modified {get; set;}
'Declaration
Public Property Modified As Boolean
'Usage
Dim instance As EditBase
Dim value As Boolean
instance.Modified = value
value = instance.Modified
Property Value
true if modified by user; otherwise,
false.
The default is
false.