ASPxClientFileManagerActionEventArgsBase Members
Serves as a base for classes that are used as arguments for events generated on the client side.Constructors
| Name | Description |
|---|---|
| constructor(fullName, name, isFolder) | Initializes a new instance of the ASPxClientFileManagerActionEventArgsBase class with the specified settings. |
Properties
| Name | Description |
|---|---|
| fullName | Gets the full name of the item currently being processed. |
| isFolder | Gets a value specifying whether the current processed item is a folder. |
| name | Gets the name of the currently processed item. |
See Also