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