LineRemovedEventArgs Class

T3000 CrossPlatform

LineRemovedEventArgs Class

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

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

Inheritance Hierarchy
SystemObject  SystemEventArgs
    FastColoredTextBoxNSLineRemovedEventArgs

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

Dim instance As LineRemovedEventArgs

The LineRemovedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodLineRemovedEventArgs
Initializes a new instance of the LineRemovedEventArgs class
Top
Properties
  NameDescription
Public propertyCount
Count of removed lines
Public propertyIndex
Removed line index
Public propertyRemovedLineUniqueIds
UniqueIds of removed lines
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