Class TextChangedEventArgs
Inheritance
System.Object
TextChangedEventArgs
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TextChangedEventArgs : EventArgs
Constructors
TextChangedEventArgs(String)
Declaration
public TextChangedEventArgs(string strText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strText |
Properties
Empty
Declaration
public static TextChangedEventArgs Empty { get; }
Property Value
| Type |
|---|
| TextChangedEventArgs |
Text
Declaration
public string Text { get; }
Property Value
| Type |
|---|
| System.String |