Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectQueryEditProjectFile Event
This event is raised when a property is about to be changed to see if the project file can be edited.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public event EventHandler<CancelEventArgs> QueryEditProjectFile

Value

Type: SystemEventHandlerCancelEventArgs
Remarks
If the project file cannot be edited, the handler should cancel the event so that the property is not changed.
See Also