Click or drag to resize

ObsoleteMacroFeatureExTReplacementMacroFeature Class

Inheritance Hierarchy
SystemObject
  CodeStack.SwEx.MacroFeatureMacroFeatureEx
    CodeStack.SwEx.MacroFeature.CoreObsoleteMacroFeatureEx
      CodeStack.SwEx.MacroFeature.CoreObsoleteMacroFeatureExTReplacementMacroFeature

Namespace:  CodeStack.SwEx.MacroFeature.Core
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
public class ObsoleteMacroFeatureEx<TReplacementMacroFeature> : ObsoleteMacroFeatureEx
where TReplacementMacroFeature : MacroFeatureEx

Type Parameters

TReplacementMacroFeature

The ObsoleteMacroFeatureExTReplacementMacroFeature type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Protected methodOnUpdateState
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.)
(Inherited from MacroFeatureEx.)
Top
See Also