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