suite4.net.FormDatabase Documentation

LoaderForm.DirtyChanged Event

The DirtyChanged event is raised when the user changes any of the values displayed in the MemberForm.

[Visual Basic]
Public Event DirtyChanged As EventHandler
[C#]
public event EventHandler DirtyChanged;

Remarks

The event is only raised when the IForm is not using data binding, in which case the UseDataBinding value will be false.

See Also

LoaderForm Class | suite4.net.FormDatabase Namespace