Class TextChangedEventArgs
Inheritance
System.Object
System.EventArgs
TextChangedEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |