constructor(folder, fileName) Constructor
Initializes a new instance of the ASPxClientFileManagerFileUploadingEventArgs object with the specified parameters.
Declaration
constructor(
folder: string,
fileName: string
)
Parameters
| Name | Type | Description |
|---|---|---|
| folder | string | A string value specifying the path to which the file is being uploaded. |
| fileName | string | A string value that specifies the file name. |
See Also