FileManagerFolderCreateEventArgs(String, FileManagerFolder) Constructor
Initializes a new instance of the FileManagerFolderCreateEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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