dashboard-devexpress-dot-dashboardcommon-ff8e8d64.md
Provides data for the CustomParameters event.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class CustomParametersEventArgs :
EventArgs
Public Class CustomParametersEventArgs
Inherits EventArgs
CustomParametersEventArgs is the data class for the following events:
The CustomParameters event is raised before data is loaded from the data store and allows you to customize dashboard parameters that are used for data processing. To learn more, see the following topics.
Object EventArgs CustomParametersEventArgs CustomParametersWebEventArgs
See Also