constructor(file) Constructor
Initializes a new instance of the ASPxClientFileManagerFileDownloadingEventArgs object.
Declaration
constructor(
file: ASPxClientFileManagerFile
)
Parameters
Name | Type | Description |
---|---|---|
file | ASPxClientFileManagerFile | An ASPxClientFileManagerFile object that is the file currently being processed. |
See Also