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