|  | MacroFeatureExTParams, THandlerOnEditDefinition Method  | 
 
            Called when the Edit feature menu is clicked from the feature manager tree
            
 
    Namespace: 
   CodeStack.SwEx.MacroFeature
    Assembly:
   CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
 Syntax
Syntaxprotected virtual bool OnEditDefinition(
	THandler handler
)
Protected Overridable Function OnEditDefinition ( 
	handler As THandler
) As Boolean
protected:
virtual bool OnEditDefinition(
	THandler handler
)
Parameters
- handler
- Type: THandler
 Pointer to the macro feature handler of the feature being edited
Return Value
Type: 
BooleanResult of the editing
 Remarks
Remarks See Also
See Also