constructor(items) Constructor
Initializes a new instance of the ASPxClientFileManagerItemsDeletedEventArgs object.
Declaration
constructor(
items: ASPxClientFileManagerItem[]
)
Parameters
Name | Type | Description |
---|---|---|
items | ASPxClientFileManagerItem[] | An array of ASPxClientFileManagerItem objects that are items currently being processed. |
See Also