PowerTCP Emulation for .NET
NationalCharSetModeChanged Event




Raised when the host sends an instruction which changes the value of the NationalCharSetMode property.
Syntax
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
Remarks

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.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic