New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for the ListBindingCompleteEventHandler event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class ListBindingCompleteEventArgs : EventArgs

Inheritance: objectEventArgsListBindingCompleteEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ListBindingCompleteEventArgs class.

C#
public ListBindingCompleteEventArgs(ListChangedType listChangedType)
Parameters:listChangedTypeListChangedType

One of the ListChangedType values.

Properties

Gets a value specifying how the list changed.

C#
public ListChangedType ListChangedType { get; }
Property Value:

One of the ListChangedType values.