Class
GridViewBindingCompleteEventArgs

Provides data for the DataBindingComplete event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewBindingCompleteEventArgs : EventArgs

Inheritance: objectEventArgsGridViewBindingCompleteEventArgs

Inherited Members EventArgs.Empty

Constructors

GridViewBindingCompleteEventArgs(ListChangedType)

Initializes a new instance of the class.

Declaration

cs-api-definition
public GridViewBindingCompleteEventArgs(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.