Delegate BindingCreatedEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void BindingCreatedEventHandler(object sender, BindingCreatedEventArgs e);
Parameters
System.
|
Binding
|
Constructors
BindingCreatedEventHandler(Object, IntPtr)
Declaration
public BindingCreatedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, BindingCreatedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, BindingCreatedEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Binding
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, BindingCreatedEventArgs)
Declaration
public virtual void Invoke(object sender, BindingCreatedEventArgs e)
Parameters
System.
|
Binding
|