Constructor DataLoadedEventArgs
DataLoadedEventArgs(IEnumerable)
Initializes a new instance of the DataLoadedEventArgs class with the specified items.
public DataLoadedEventArgs(IEnumerable items)
Parameters
items
IEnumerableThe items that were loaded.
DataLoadedEventArgs(Exception)
Initializes a new instance of the DataLoadedEventArgs class with the specified exception.
public DataLoadedEventArgs(Exception exception)
Parameters
exception
ExceptionThe exception that occurred during data loading.