Class TextBoxItemBoundEventArgs
Provides data for the TextBoxItemBoundEvent.
Inheritance
System.Object
System.EventArgs
TextBoxItemBoundEventArgs
Inherited Members
System.EventArgs.Empty
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 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 |