Skip to main content

CustomPaletteWebEventArgs(String, CustomPaletteEventArgs) Constructor

Initializes a new instance of the CustomPaletteWebEventArgs class.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public CustomPaletteWebEventArgs(
    string dashboardId,
    CustomPaletteEventArgs innerArgs
)

Parameters

Name Type Description
dashboardId String

A String value that specifies the dashboard identifier.

innerArgs CustomPaletteEventArgs

A CustomPaletteEventArgs object.

See Also