Class DataLoaderLifecycleChangedEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.UIGadget.dll
Event arguments for the DataLoader lifecycle change event.
public class DataLoaderLifecycleChangedEventArgs : EventArgs
- Inheritance
-
objectDataLoaderLifecycleChangedEventArgs
Properties
View SourceDataLoader
Gets the DataLoader object that triggered the event.
Declaration
public DataLoader DataLoader { get; set; }
Property Value
| Type | Description |
|---|---|
| DataLoader |
State
Gets the current state of the DataLoader lifecycle.
Declaration
public DataLoaderLifecycleState State { get; }
Property Value
| Type | Description |
|---|---|
| DataLoaderLifecycleState |