Class
ListBindingCompleteEventArgs

Provides data for the ListBindingCompleteEventHandler event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ListBindingCompleteEventArgs : EventArgs

Inheritance: objectEventArgsListBindingCompleteEventArgs

Inherited Members EventArgs.Empty

Constructors

ListBindingCompleteEventArgs(ListChangedType)

Initializes a new instance of the ListBindingCompleteEventArgs class.

Declaration

cs-api-definition
public ListBindingCompleteEventArgs(ListChangedType listChangedType)

Parameters

listChangedType

ListChangedType

One of the ListChangedType values.

Properties

ListChangedType

Gets a value specifying how the list changed.

Declaration

cs-api-definition
public ListChangedType ListChangedType { get; }

Property Value

ListChangedType

One of the ListChangedType values.