Dart.Emulation Namespace > Vt Class : TerminalTypeChanged Event |
Public Event TerminalTypeChanged As EventHandler
Dim instance As Vt Dim handler As EventHandler AddHandler instance.TerminalTypeChanged, handler
public event EventHandler TerminalTypeChanged
public: __event EventHandler* TerminalTypeChanged
public: event EventHandler^ TerminalTypeChanged
When the Vt control receives an instruction to change the value of the TerminalType property, the Vt control first changes the value of this property, then raises the TerminalTypeChanged event. To override this change, simply implement this event and set the property when the event is raised.