Skip to main content
Tab

FileManagerFolderCreateEventHandler Delegate

In This Article

A method that will handle the ASPxFileManager.FolderCreating event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v25.1.dll

#Declaration

public delegate void FileManagerFolderCreateEventHandler(
    object source,
    FileManagerFolderCreateEventArgs e
);

#Parameters

Name Type Description
source Object

An object representing the event’s source.

e FileManagerFolderCreateEventArgs

An FileManagerFolderCreateEventArgs object that contains event data.

See Also