Table of Contents

Constructor DataLoadedEventArgs

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

DataLoadedEventArgs(IEnumerable)

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

public DataLoadedEventArgs(IEnumerable items)

Parameters

items IEnumerable

The items that were loaded.

DataLoadedEventArgs(Exception)

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

public DataLoadedEventArgs(Exception exception)

Parameters

exception Exception

The exception that occurred during data loading.