Skip to main content
Tab

FileManagerFolderCreateEventArgs(String, FileManagerFolder) Constructor

Initializes a new instance of the FileManagerFolderCreateEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFolderCreateEventArgs(
    string name,
    FileManagerFolder parentFolder
)

Parameters

Name Type Description
name String

A String value that represents the unique identifier name of a folder related to the event. This value is assigned to the FileManagerFolderCreateEventArgs.Name property.

parentFolder FileManagerFolder

A FileManagerFolder object that represents the folder to whose child collection the target folder is being added. This value is assigned to the FileManagerFolderCreateEventArgs.ParentFolder property.

Remarks

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

See Also