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

MasterFilterSetEventHandler Delegate

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

Namespace: DevExpress.DashboardCommon

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

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