ASPxTreeListBatchUpdateEventArgs Class
In This Article
Provides data for the ASPxTreeList.BatchUpdate event.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxTreeListBatchUpdateEventArgs :
ASPxDataBatchUpdateEventArgs
#Remarks
ASPxTreeListBatchUpdateEventArgs objects with proper settings are automatically created and passed to corresponding event handlers.
#Inheritance
Object
EventArgs
ASPxDataBatchUpdateEventArgs
ASPxTreeListBatchUpdateEventArgs
See Also