Skip to main content

ASPxClientFileManagerFileOpenedEventArgs Members

In This Article
Provides data for the ASPxClientFileManager.SelectedFileOpened event.

#Constructors

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

#Properties
Show Inherited Hide Inherited

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