Class StateChangedEventArgs

Definition

Namespace:
Tizen.Content.Download
Assembly:
Tizen.Content.Download.dll
API Level:
3

An extended EventArgs class which contains the changed download state.

C#
Copy
public class StateChangedEventArgs : EventArgs
Inheritance
StateChangedEventArgs

Properties

View Source

State

The present download state.

Declaration
C#
Copy
public DownloadState State { get; }
Property Value
Type Description
DownloadState
API Level: 3