Click or drag to resize

RebuildDelegate Delegate

Delegate of Rebuild event

Namespace:  CodeStack.SwEx.AddIn.Delegates
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public delegate bool RebuildDelegate(
	DocumentHandler docHandler,
	RebuildState_e state
)

Parameters

docHandler
Type: CodeStack.SwEx.AddIn.CoreDocumentHandler
Document Handler which sends this notification
state
Type: CodeStack.SwEx.AddIn.EnumsRebuildState_e
Type of the rebuild operation

Return Value

Type: Boolean
Return false if PreRebuild to cancel rebuild operation
See Also