Skip to main content
A newer version of this page is available. .

ASPxClientFileManagerSelectionChangedEventArgs Members

Provides data for the ASPxClientFileManager.SelectionChanged event.

Constructors

Name Description
constructor(item, name, fullName, isSelected) Initializes a new instance of the ASPxClientFileManagerSelectionChangedEventArgs class.

Properties

Name Description
fullName Gets the full name of the file currently being processed.
isSelected Gets whether the item has been selected.
item Gets the file manager item object related to the event.
name Gets the name of the currently processed file.
See Also