Class TextBoxValueChangeEventArgs
Provides data for the TextBoxValueChange event.
Inheritance
System.Object
TextBoxValueChangeEventArgs
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TextBoxValueChangeEventArgs : CancelEventArgs
Constructors
TextBoxValueChangeEventArgs(String)
Declaration
public TextBoxValueChangeEventArgs(string newValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | newValue |
Properties
NewValue
Declaration
public string NewValue { get; set; }
Property Value
Type |
---|
System.String |