LinePushedEventArgs Class

T3000 CrossPlatform

LinePushedEventArgs Class

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

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

Inheritance Hierarchy
SystemObject  SystemEventArgs
    FastColoredTextBoxNSLinePushedEventArgs

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

Dim instance As LinePushedEventArgs

The LinePushedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodLinePushedEventArgs
Initializes a new instance of the LinePushedEventArgs class
Top
Properties
  NameDescription
Public propertyDisplayedLineIndex
Public propertyDisplayedLineText
This property contains only changed text. If text of line is not changed, this property contains null.
Public propertySavedText
This text will be saved in the file
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