| SandcastleProjectMarkAsDirty Method |
This is used to mark the project as dirty and in need of being
saved.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void MarkAsDirty()
public:
void MarkAsDirty()
member MarkAsDirty : unit -> unit
Events Event Type | Reason |
---|
SandcastleProjectDirtyChanged | This event is raised to let interested
parties know that the project's dirty state has been changed. |
See Also