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




Raised when the cursor in the VT changes rows as the result of a new line.

Syntax

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

Remarks

This event is useful for taking some action (such as capturing data to a file) for each new line displayed on the VT window.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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