Skip to main content

CustomParametersWebEventHandler Delegate

In This Article

References a method that handles the CustomParameters events.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

#Declaration

public delegate void CustomParametersWebEventHandler(
    object sender,
    CustomParametersWebEventArgs e
);

#Parameters

Name Type Description
sender Object

The event source.

e CustomParametersWebEventArgs

A CustomParametersWebEventArgs object that contains event data.

See Also