Skip to main content
Tab

FileManagerItemRenamedEventHandler Delegate

In This Article

A method that will handle the ASPxFileManager.ItemRenamed event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public delegate void FileManagerItemRenamedEventHandler(
    object source,
    FileManagerItemRenamedEventArgs e
);

#Parameters

Name Type Description
source Object

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

e FileManagerItemRenamedEventArgs

A FileManagerItemRenamedEventArgs object that contains event data.

See Also