This event will be called when a goto occurs (after a reduction).
The event handler receives an argument of type GotoEventArgs containing data related to this event. The following GotoEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| NewState | The state after the goto event. |
| Symbol | The symbol that causes the goto event. |