Skip to main content
Tab

FileManagerFolderCreatedEventArgs(FileManagerFolder, FileManagerFolder) Constructor

Initializes a new instance of the FileManagerFolderCreatedEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFolderCreatedEventArgs(
    FileManagerFolder folder,
    FileManagerFolder parentFolder
)

Parameters

Name Type Description
folder FileManagerFolder

A FileManagerFolder object that is the created folder. This value is assigned to the FileManagerFolderCreatedEventArgs.Folder property.

parentFolder FileManagerFolder

A FileManagerFolder object that is the folder where the currently processed folder has been created. This value is assigned to the FileManagerFolderCreatedEventArgs.ParentFolder property.

Remarks

Instances of the FileManagerFolderCreatedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also