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