Back to Devexpress

ASPxFileManager.FolderCreated Event

aspnet-devexpress-dot-web-dot-aspxfilemanager-3b5fcd23.md

latest2.1 KB
Original Source

ASPxFileManager.FolderCreated Event

Occurs on the server side after a folder has been created.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event FileManagerFolderCreatedEventHandler FolderCreated
vb
Public Event FolderCreated As FileManagerFolderCreatedEventHandler

Event Data

The FolderCreated event's data class is FileManagerFolderCreatedEventArgs. The following properties provide information specific to this event:

PropertyDescription
FolderGets a folder related to the event.
ParentFolderGets the folder where the currently processed folder has been created.

Remarks

The FolderCreated event serves as a notification that a folder has been created. You can use the event parameter’s properties to get a newly created folder (FileManagerFolderCreatedEventArgs.Folder) or a folder where the currently processed folder has been created (FileManagerFolderCreatedEventArgs.ParentFolder).

To specify whether a folder can be created, and cancel the action, handle the ASPxFileManager.FolderCreating event.

See Also

FolderCreating

File Manager

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace