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