Visual Basic (Declaration) | |
---|---|
Public Event Line As EventHandler |
Visual Basic (Usage) | ![]() |
---|---|
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 |
This event is useful for taking some action (such as capturing data to a file) for each new line displayed on the VT window.
Target Platforms: Microsoft .NET Framework 2.0