Enum DataLoadState
Describes the state of data loading.
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public enum DataLoadState
Fields
Name | Description |
---|---|
Cancelled | The data loading has been cancelled. |
Cancelling | The data loading is being cancelled. |
Failed | The data loading failed. |
Idle | The data loading is not running. |
Loading | The data loading is running. |
Succeeded | The data has been loaded successfully. |