ADbScriptsEditorControl UnsavedChanges Property A Sandcastle Documented Class Library
Gets or sets a value indicating whether some changes occured. This property will be set to True when a change occurs, and can be set to False from outside the control.

Namespace: Censitif.Library.Control
Assembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax

public abstract bool UnsavedChanges { get; set; }

Property Value

Type: Boolean
The indication whether some changes occured.
See Also