PowerTCP Emulation for .NET CF
TerminalTypeChanged Event
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : TerminalTypeChanged Event




Raised when the host sends an instruction which changes the value of the TerminalType property.

Syntax

Visual Basic (Declaration) 
Public Event TerminalTypeChanged As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim handler As EventHandler
 
AddHandler instance.TerminalTypeChanged, handler
C# 
public event EventHandler TerminalTypeChanged
Managed Extensions for C++ 
public: __event EventHandler* TerminalTypeChanged
C++/CLI 
public:
event EventHandler^ TerminalTypeChanged

Remarks

When the Vt control receives an instruction to change the value of the TerminalType property, the Vt control first changes the value of this property, then raises the TerminalTypeChanged event. To override this change, simply implement this event and set the property when the event is raised.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.