TextChangingEventArgs Class

T3000 CrossPlatform

TextChangingEventArgs Class

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

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

Inheritance Hierarchy
SystemObject  SystemEventArgs
    FastColoredTextBoxNSTextChangingEventArgs

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

Dim instance As TextChangingEventArgs

The TextChangingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTextChangingEventArgs
Initializes a new instance of the TextChangingEventArgs class
Top
Properties
  NameDescription
Public propertyCancel
Set to true if you want to cancel text inserting
Public propertyInsertingText
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