ASPxClientFileManagerItemDeletedEventArgs Class
In This Article
Provides data for the ASPxClientFileManager.ItemDeleted event.
#Declaration
TypeScript
declare class ASPxClientFileManagerItemDeletedEventArgs extends ASPxClientFileManagerActionEventArgsBase
#Remarks
Objects of the ASPxClientFileManagerItemDeletedEventArgs type are used as arguments for the ASPxClientFileManager.ItemDeleted event generated on the client side.
ASPxClientFileManagerItemDeletedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientFileManagerActionEventArgsBase
ASPxClientFileManagerItemDeletedEventArgs
See Also