TextChangedEventArgs Class

T3000 CrossPlatform

TextChangedEventArgs Class

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

TextChanged event argument
Inheritance Hierarchy
SystemObject  SystemEventArgs
    FastColoredTextBoxNSTextChangedEventArgs

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

Dim instance As TextChangedEventArgs

The TextChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTextChangedEventArgs
Constructor
Top
Properties
  NameDescription
Public propertyChangedRange
This range contains changed area of text
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