Skip to main content
A newer version of this page is available. .

ASPxClientFileManagerItemCreatedEventArgs Class

Provides data for the ASPxClientFileManager.FolderCreated event.

Declaration

declare class ASPxClientFileManagerItemCreatedEventArgs extends ASPxClientFileManagerActionEventArgsBase

Remarks

Objects of the ASPxClientFileManagerItemCreatedEventArgs type are used as arguments for the ASPxClientFileManager.FolderCreated event generated on the client side.

ASPxClientFileManagerItemCreatedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

ASPxClientEventArgs
ASPxClientFileManagerActionEventArgsBase
ASPxClientFileManagerItemCreatedEventArgs
See Also