Table of Contents

Class DataLoadedEventArgs

Namespace
Innova.Prism.Telerik.Controls
Assembly
Innova.Prism.Telerik.dll

Provides data for the DataLoaded event.

public class DataLoadedEventArgs : EventArgs
Inheritance
DataLoadedEventArgs

Constructors

DataLoadedEventArgs(IEnumerable)

Initializes a new instance of the DataLoadedEventArgs class with the specified items.

DataLoadedEventArgs(Exception)

Initializes a new instance of the DataLoadedEventArgs class with the specified exception.

Properties

Elapsed

Gets or sets the elapsed time for data loading.

Exception

Gets or sets the exception that occurred during data loading.

Items

Gets the items that were loaded.