Click or drag to resize

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
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_e
State of feature as defined in swMacroFeatureSecurityOptions_e enumeration
See Also