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

ASPxClientFileManagerItemEditingEventArgs Class

Provides data for the item editing event.

Declaration

declare class ASPxClientFileManagerItemEditingEventArgs extends ASPxClientFileManagerActionEventArgsBase

Remarks

Objects of the ASPxClientFileManagerItemEditingEventArgs type are used as arguments for the ASPxClientFileManager.FolderCreating, ASPxClientFileManager.ItemCopying, ASPxClientFileManager.ItemDeleting, ASPxClientFileManager.ItemMoving, and ASPxClientFileManager.ItemRenaming events generated on the client side.

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

Inheritance

ASPxClientEventArgs
ASPxClientFileManagerActionEventArgsBase
ASPxClientFileManagerItemEditingEventArgs
See Also