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