| BaseContentEditorIsDirty Property |
This returns the dirty state of the document if it supports saving
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public virtual bool IsDirty { get; set; }
Public Overridable Property IsDirty As Boolean
Get
Set
public:
virtual property bool IsDirty {
bool get ();
void set (bool value);
}
abstract IsDirty : bool with get, set
override IsDirty : bool with get, set
Property Value
Type:
BooleanSee Also