| DocumentHandlerDimensionChange Event |
Raised when dimension value is changed in the model
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 DimensionChangeDelegate DimensionChange
Public Event DimensionChange As DimensionChangeDelegate
public:
event DimensionChangeDelegate^ DimensionChange {
void add (DimensionChangeDelegate^ value);
void remove (DimensionChangeDelegate^ value);
}
Value
Type:
CodeStack.SwEx.AddIn.DelegatesDimensionChangeDelegateSee Also