Back to Devexpress

FileManagerItemsDeletedEventArgs Class

aspnet-devexpress-dot-web-7f41553a.md

latest1.6 KB
Original Source

FileManagerItemsDeletedEventArgs Class

Provides data for the ASPxFileManager.ItemsDeleted event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerItemsDeletedEventArgs :
    EventArgs
vb
Public Class FileManagerItemsDeletedEventArgs
    Inherits EventArgs

FileManagerItemsDeletedEventArgs is the data class for the following events:

Remarks

Objects of the FileManagerItemsDeletedEventArgs type are used as arguments for the ASPxFileManager.ItemsDeleted event generated on the server side.

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

Inheritance

Object EventArgs FileManagerItemsDeletedEventArgs

See Also

FileManagerItemsDeletedEventArgs Members

DevExpress.Web Namespace