suite4.net.FormDatabase Documentation

LoaderForm.AllowEvents Property

Gets or sets a Boolean value determining whether or not the DirtyChanged event will be raised.

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

Property Value

The default value of this property is true. When it is set to false, the DirtyChanged event will not be raised.

See Also

LoaderForm Class | suite4.net.FormDatabase Namespace