ASPxClientFileManagerFocusedItemChangedEventArgs Members
Provides data for the ASPxClientFileManager.FocusedItemChanged event.Constructors
Name | Description |
---|---|
constructor(item, name, fullName) | Initializes a new instance of the ASPxClientFileManagerFocusedItemChangedEventArgs class. |
Properties
Name | Description |
---|---|
fullName | Gets the full name of the item currently being processed. |
item | Gets the file manager item object related to the event. |
name | Gets the name of the focused item. |
See Also