LineNeededEventArgs Class

T3000 CrossPlatform

LineNeededEventArgs Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:FastColoredTextBoxNS.LineNeededEventArgs"]

Inheritance Hierarchy
SystemObject  SystemEventArgs
    FastColoredTextBoxNSLineNeededEventArgs

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class LineNeededEventArgs : EventArgs
Public Class LineNeededEventArgs
	Inherits EventArgs

Dim instance As LineNeededEventArgs

The LineNeededEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodLineNeededEventArgs
Initializes a new instance of the LineNeededEventArgs class
Top
Properties
  NameDescription
Public propertyDisplayedLineIndex
Public propertyDisplayedLineText
This text will be displayed in textbox
Public propertySourceLineText
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also