Skip to main content

MasterFilterSetEventHandler Delegate

References a method that handles the MasterFiltersSet event of the DashboardDesigner and DashboardViewer.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public delegate void MasterFilterSetEventHandler(
    object sender,
    MasterFilterSetEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e MasterFilterSetEventArgs

A MasterFilterSetEventArgs object that contains event data.

See Also