TriadEvents.OnTerminate2 Event
Parent Object: TriadEventsDescription
Fires when the triad is terminated.
Syntax
TriadEvents.OnTerminate2( Cancelled As Boolean, Context As NameValueMap, HandlingCode As HandlingCodeEnum )Parameters
Name | Type | Description |
Cancelled | Boolean | Returns a Boolean indicating whether this sequence of moves was cancelled by the user. |
Context | NameValueMap | Input NameValueMap object that can be used to determine the context of why the event fired. |
HandlingCode | HandlingCodeEnum | Output HandlingCodeEnum that indicates how you are handling the event. The value of this argument is currently ignored for this event. |