Back to Devexpress

FileManagerItemCopyEventArgs Class

aspnet-devexpress-dot-web-d46e85bc.md

latest2.6 KB
Original Source

FileManagerItemCopyEventArgs Class

Provides data for the ASPxFileManager.ItemCopying event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerItemCopyEventArgs :
    FileManagerActionEventArgsBase
vb
Public Class FileManagerItemCopyEventArgs
    Inherits FileManagerActionEventArgsBase

FileManagerItemCopyEventArgs is the data class for the following events:

Remarks

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.

Inheritance

Object EventArgs FileManagerActionEventArgsBase FileManagerItemCopyEventArgs

See Also

FileManagerItemCopyEventArgs Members

File Manager

DevExpress.Web Namespace