Class TextBoxItemBoundEventArgs
Provides data for the TextBoxItemBoundEvent.
Inheritance
System.Object
TextBoxItemBoundEventArgs
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TextBoxItemBoundEventArgs : EventArgs
Constructors
TextBoxItemBoundEventArgs(TextBoxBase)
Declaration
public TextBoxItemBoundEventArgs(TextBoxBase textBoxBase)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.TextBoxBase | textBoxBase |
Properties
TextBox
Declaration
public TextBoxBase TextBox { get; }
Property Value
| Type |
|---|
| System.Windows.Forms.TextBoxBase |