| RebuildDelegate Delegate |
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
)
Public Delegate Function RebuildDelegate (
docHandler As DocumentHandler,
state As RebuildState_e
) As Boolean
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:
BooleanReturn false if
PreRebuild to cancel rebuild operation
See Also