T3000 CrossPlatform Documentation
LinePushedEventArgs Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:FastColoredTextBoxNS.LinePushedEventArgs"]
Inheritance Hierarchy
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The LinePushedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LinePushedEventArgs | Initializes a new instance of the LinePushedEventArgs class |
Properties
Name | Description | |
---|---|---|
DisplayedLineIndex | ||
DisplayedLineText |
This property contains only changed text.
If text of line is not changed, this property contains null.
| |
SavedText |
This text will be saved in the file
| |
SourceLineText |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also