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
Constructors
Initializes a new instance of the class.
C#
public GridViewBindingCompleteEventArgs(ListChangedType listChangedType)
One of the ListChangedType values.
Properties
Gets a value specifying how the list changed.
C#
public ListChangedType ListChangedType { get; }
One of the ListChangedType values.