Delegate TextBoxBoundEventHandler
This event is triggered when the internal TextBox gets added to the ComboBoxBarItem.
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public delegate void TextBoxBoundEventHandler(object sender, TextBoxBoundEventArgs args);
Parameters
Constructors
TextBoxBoundEventHandler(Object, IntPtr)
Declaration
public TextBoxBoundEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, TextBoxBoundEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, TextBoxBoundEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
TextBoxBoundEventArgs |
args |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, TextBoxBoundEventArgs)
Declaration
public virtual void Invoke(object sender, TextBoxBoundEventArgs args)
Parameters