Bulk Data Client
Preparing search index...
FileDownloadEvents
Interface FileDownloadEvents
interface
FileDownloadEvents
{
complete
:
(
this
:
FileDownload
,
state
:
FileDownloadState
)
=>
void
;
progress
:
(
this
:
FileDownload
,
state
:
FileDownloadState
)
=>
void
;
start
:
(
this
:
FileDownload
,
state
:
FileDownloadState
)
=>
void
;
}
Index
Properties
complete
progress
start
Properties
complete
complete
:
(
this
:
FileDownload
,
state
:
FileDownloadState
)
=>
void
progress
progress
:
(
this
:
FileDownload
,
state
:
FileDownloadState
)
=>
void
start
start
:
(
this
:
FileDownload
,
state
:
FileDownloadState
)
=>
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
complete
progress
start
Bulk Data Client
Loading...