T3000 CrossPlatform Documentation
LineRemovedEventArgs Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:FastColoredTextBoxNS.LineRemovedEventArgs"]
Inheritance Hierarchy
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The LineRemovedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LineRemovedEventArgs | Initializes a new instance of the LineRemovedEventArgs class |
Properties
Name | Description | |
---|---|---|
Count |
Count of removed lines
| |
Index |
Removed line index
| |
RemovedLineUniqueIds |
UniqueIds of removed lines
|
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