Click or drag to resize

IMacroFeatureHandler Interface

Namespace:  CodeStack.SwEx.MacroFeature.Base
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
public interface IMacroFeatureHandler

The IMacroFeatureHandler type exposes the following members.

Methods
  NameDescription
Public methodInit
Called when macro feature is created or loaded first time
Public methodUnload
Called when macro feature is deleted or model is closed
Top
Remarks
The instance of the specific class will be created for each macro feature
See Also