LineInsertedEventArgs Class

T3000 CrossPlatform

LineInsertedEventArgs Class

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

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

Inheritance Hierarchy
SystemObject  SystemEventArgs
    FastColoredTextBoxNSLineInsertedEventArgs

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

Dim instance As LineInsertedEventArgs

The LineInsertedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodLineInsertedEventArgs
Initializes a new instance of the LineInsertedEventArgs class
Top
Properties
  NameDescription
Public propertyCount
Count of inserted lines
Public propertyIndex
Inserted line index
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