suite4.net.FormDatabase Documentation

LoaderForm.IsDirty Property

ets a Boolean value that informs the caller whether the user has made changes to the values displayed in the MemberForm.

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

Property Value

true if an edit operation has been performed on the data, otherwise false.

Remarks

IsDirty is only used when UseDataBinding is false.

See Also

LoaderForm Class | suite4.net.FormDatabase Namespace