ListBindingCompleteEventHandler
Delegate
Represents the method that will handle the DataBindingComplete event of a RadListView and RadDropDownList
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public delegate void ListBindingCompleteEventHandler(object sender, ListBindingCompleteEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, ListBindingCompleteEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, ListBindingCompleteEventArgs e)