ASPxClientFileManagerSelectionChangedEventArgs Properties
Provides data for the ASPxClientFileManager.SelectionChanged event.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