Dart.Emulation Namespace > Vt Class : Line Event |
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
This event is useful for taking some action (such as capturing data to a file) for each new line displayed on the VT window.