BaseRange Events
Represents the base class for custom ranges.| Name | Description |
|---|---|
| Changed | Occurs after any property of the BaseObject object has been changed. Inherited from BaseObject. |
| Disposed | Occurs after the BaseObject has been disposed of. Inherited from BaseObject. |
| Enter | Fires when a scale’s value falls into the current range. |
| Leave | Fires when a scale’s value leaves the current range. |
See Also