constructor(file) Constructor
Initializes a new instance of the ASPxClientFileManagerFileEventArgs class.
Declaration
constructor(
file: ASPxClientFileManagerFile
)
Parameters
Name | Type | Description |
---|---|---|
file | ASPxClientFileManagerFile | An ASPxClientFileManagerFile object representing the file related to the event. |
Remarks
Instances of the ASPxClientFileManagerFileEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also