| MacroFeatureExTParams, THandlerOnRebuild Method |
Called when macro feature is rebuilding
Namespace:
CodeStack.SwEx.MacroFeature
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax protected virtual MacroFeatureRebuildResult OnRebuild(
THandler handler,
TParams parameters
)
Protected Overridable Function OnRebuild (
handler As THandler,
parameters As TParams
) As MacroFeatureRebuildResult
protected:
virtual MacroFeatureRebuildResult^ OnRebuild(
THandler handler,
TParams parameters
)
Parameters
- handler
- Type: THandler
Pointer to the macro feature handler of the feature being rebuilt - parameters
- Type: TParams
Current instance of parameters of this macro feature
Return Value
Type:
MacroFeatureRebuildResultResult of the operation. Use static methods of
MacroFeatureRebuildResult
class to generate results
See Also