Click or drag to resize
Sandcastle Help File BuilderDocumentationSourceCollectionOnListChanged Method
This is overridden to mark the collection as dirty when it changes

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
protected override void OnListChanged(
	ListChangedEventArgs e
)

Parameters

e
Type: System.ComponentModelListChangedEventArgs
The event arguments
See Also