Skip to main content
A newer version of this page is available. .

constructor(file) Constructor

Initializes a new instance of the ASPxClientFileManagerFileOpenedEventArgs class.

Declaration

constructor(
    file: ASPxClientFileManagerFile
)

Parameters

Name Type Description
file ASPxClientFileManagerFile

An ASPxClientFileManagerFile object is the file related to the event.

Remarks

Instances of the ASPxClientFileManagerFileOpenedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also