aspnet-devexpress-dot-web-d46e85bc.md
Provides data for the ASPxFileManager.ItemCopying event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class FileManagerItemCopyEventArgs :
FileManagerActionEventArgsBase
Public Class FileManagerItemCopyEventArgs
Inherits FileManagerActionEventArgsBase
FileManagerItemCopyEventArgs is the data class for the following events:
Objects of the FileManagerItemCopyEventArgs type are used as arguments for the ASPxFileManager.ItemCopying event generated on the server side.
FileManagerItemCopyEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Object EventArgs FileManagerActionEventArgsBase FileManagerItemCopyEventArgs
See Also