CustomParametersWebEventArgs Class
In This Article
Provides data for the CustomParameters events.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
#Declaration
public class CustomParametersWebEventArgs :
CustomParametersEventArgs
#Remarks
The CustomParameters event is raised before data is loaded from the data store and allows you to customize dashboard parameters before they are passed to a data query. To learn more, see the following topics.
#Inheritance
Object
EventArgs
CustomParametersEventArgs
CustomParametersWebEventArgs
See Also