Contains data needed to handle DataLoading event.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewDataLoadingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsGridViewDataLoadingEventArgs
Inherited Members
Constructors
C#
public GridViewDataLoadingEventArgs()
Properties
Gets or sets current ItemsSource.
C#
public object ItemsSource { get; set; }
The ItemsSource.