ASPxClientFileManagerFileEventArgs Class
In This Article
Provides data for the ASPxClientFileManager.SelectedFileChanged and ASPxClientFileManager.SelectedFileOpened events.
#Declaration
TypeScript
declare class ASPxClientFileManagerFileEventArgs extends ASPxClientEventArgs
#Remarks
Objects of the ASPxClientFileManagerFileEventArgs type are used as arguments for the ASPxClientFileManager.SelectedFileChanged and ASPxClientFileManager.SelectedFileOpened events generated on the client side.
ASPxClientFileManagerFileEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientFileManagerFileEventArgs
See Also