TextChangedEventArgs Class

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
TextChanged event argument

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public class TextChangedEventArgs : EventArgs
Visual Basic
Public Class TextChangedEventArgs _
	Inherits EventArgs
Visual C++
public ref class TextChangedEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    FastColoredTextBoxNS..::..TextChangedEventArgs

See Also