Back to Devexpress

FileManagerItemRenamedEventHandler Delegate

aspnet-devexpress-dot-web-efc7c2c5.md

latest1.4 KB
Original Source

FileManagerItemRenamedEventHandler Delegate

A method that will handle the ASPxFileManager.ItemRenamed event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void FileManagerItemRenamedEventHandler(
    object source,
    FileManagerItemRenamedEventArgs e
);
vb
Public Delegate Sub FileManagerItemRenamedEventHandler(
    source As Object,
    e As FileManagerItemRenamedEventArgs
)

Parameters

NameTypeDescription
sourceObject

The event source. Identifies the ASPxFileManager control that raised the event.

| | e | FileManagerItemRenamedEventArgs |

A FileManagerItemRenamedEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace