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