|  | MacroFeatureExTParams, THandlerOnUpdateState Method  | 
 
            Called when state of the feature is changed (i.e. feature is selected, moved, updated etc.)
            Use this method to provide additional dynamic security options on your feature (i.e. do not allow dragging, editing etc.)
            
 
    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 swMacroFeatureSecurityOptions_e OnUpdateState(
	THandler handler
)
Protected Overridable Function OnUpdateState ( 
	handler As THandler
) As swMacroFeatureSecurityOptions_e
protected:
virtual swMacroFeatureSecurityOptions_e OnUpdateState(
	THandler handler
)
Parameters
- handler
- Type: THandler
 Pointer to the macro feature handler of the feature being updated
Return Value
Type: 
swMacroFeatureSecurityOptions_eState of feature as defined in 
swMacroFeatureSecurityOptions_e enumeration See Also
See Also