Class StateChangedEventArgs
Definition
- Assembly:
- Tizen.Content.Download.dll
An extended EventArgs class which contains the changed download state.
public class StateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsStateChangedEventArgs
Properties
View SourceState
The present download state.
Declaration
public DownloadState State { get; }
Property Value
Type | Description |
---|---|
DownloadState |