Skip to main content

ASPxDataBatchUpdateEventArgs Class

Provides data for the ASPxGridBase.BatchUpdate event.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxDataBatchUpdateEventArgs :
    EventArgs

Remarks

Objects of the ASPxDataBatchUpdateEventArgs type are used as arguments for the ASPxGridBase.BatchUpdate event generated on the server side.

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

Inheritance

See Also