ASPxClientFileManagerFileEventArgs Members
Provides data for the ASPxClientFileManager.SelectedFileChanged and ASPxClientFileManager.SelectedFileOpened events.Constructors
Name | Description |
---|---|
constructor(file) | Initializes a new instance of the ASPxClientFileManagerFileEventArgs class. |
Properties
Name | Description |
---|---|
file | Gets a file related to the event. |
See Also