Class DataLoadedEventArgs
Provides data for the DataLoaded event.
public class DataLoadedEventArgs : EventArgs
  - Inheritance
 - 
      objectDataLoadedEventArgs
 
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.