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