PowerTCP Emulation for .NET
Line Event




Raised when the cursor in the VT changes rows as the result of a new line.
Syntax
Public Event Line As EventHandler
Dim instance As Vt
Dim handler As EventHandler
 
AddHandler instance.Line, handler
public event EventHandler Line
public: __event EventHandler* Line
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.

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