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

Provides data for the DataBindingComplete event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GridViewBindingCompleteEventArgs : EventArgs

Inheritance: objectEventArgsGridViewBindingCompleteEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the class.

C#
public GridViewBindingCompleteEventArgs(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.