TriadEvents.OnSegmentSelectionChange Event
Parent Object: TriadEventsDescription
Event that occurs every time a segment of a triad is selected.
Syntax
TriadEvents.OnSegmentSelectionChange( SelectedTriadSegment As TriadSegmentEnum, BeforeOrAfter As EventTimingEnum, Context As NameValueMap, HandlingCode As HandlingCodeEnum )Parameters
Name | Type | Description |
SelectedTriadSegment | TriadSegmentEnum | Returns a TriadSegmentEnum indicating the segment of the triad that was selected for this operation. |
BeforeOrAfter | EventTimingEnum | Input EventTimingEnum indicating if the event is being fired before (kBefore) or after (kAfter) the triad segment selection is changed. |
Context | NameValueMap | Input NameValueMap object that can be used to determine the context of why the event fired. |
HandlingCode | HandlingCodeEnum | Output that indicates how you are handling the event. The value of this argument is currently ignored for this event. |