Skip to main content
A newer version of this page is available. .

CustomParametersEventArgs Class

Provides data for the CustomParameters event.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public class CustomParametersEventArgs :
    EventArgs

Remarks

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.

Inheritance

See Also