| DocumentHandlerConfigurationChange Event |
Raised when configuration is changed in part or assembly or sheet is activated in the drawing
Namespace:
CodeStack.SwEx.AddIn.Core
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax public event ConfigurationChangeDelegate ConfigurationChange
Public Event ConfigurationChange As ConfigurationChangeDelegate
public:
event ConfigurationChangeDelegate^ ConfigurationChange {
void add (ConfigurationChangeDelegate^ value);
void remove (ConfigurationChangeDelegate^ value);
}
Value
Type:
CodeStack.SwEx.AddIn.DelegatesConfigurationChangeDelegateSee Also