ASPxClientFileManagerItemCopiedEventArgs Class
In This Article
Provides data for the ASPxClientFileManager.ItemCopied event.
#Declaration
TypeScript
declare class ASPxClientFileManagerItemCopiedEventArgs extends ASPxClientFileManagerActionEventArgsBase
#Remarks
Objects of the ASPxClientFileManagerItemCopiedEventArgs type are used as arguments for the ASPxClientFileManager.ItemCopied event generated on the client side.
ASPxClientFileManagerItemCopiedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientFileManagerActionEventArgsBase
ASPxClientFileManagerItemCopiedEventArgs
See Also