Click or drag to resize

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
)

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: MacroFeatureRebuildResult
Result of the operation. Use static methods of MacroFeatureRebuildResult class to generate results
See Also