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

ASPxClientFileManagerFileOpenedEventArgs Members

Provides data for the ASPxClientFileManager.SelectedFileOpened event.

Constructors

Name Description
constructor(file) Initializes a new instance of the ASPxClientFileManagerFileOpenedEventArgs class.

Properties

Name Description
file Gets a file related to the event. Inherited from ASPxClientFileManagerFileEventArgs.
processOnServer Gets or sets a value that specifies whether the event should be finally processed on the server side.
See Also