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