Skip to main content

ASPxClientFileManagerFileEventArgs Class

#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.

See Also