aspnet-devexpress-dot-web-9871c354.md
Provides data for the ASPxFileManager.FolderCreating event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class FileManagerFolderCreateEventArgs :
FileManagerActionEventArgsBase
Public Class FileManagerFolderCreateEventArgs
Inherits FileManagerActionEventArgsBase
FileManagerFolderCreateEventArgs is the data class for the following events:
Objects of the FileManagerFolderCreateEventArgs type are used as arguments for the ASPxFileManager.FolderCreating event generated on the server side.
FileManagerFolderCreateEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Object EventArgs FileManagerActionEventArgsBase FileManagerFolderCreateEventArgs
See Also