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

MasterFilterDefaultValuesEventHandler Delegate

References a method that handles the MasterFilterDefaultValues events.

Namespace: DevExpress.DashboardCommon

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

Declaration

public delegate void MasterFilterDefaultValuesEventHandler(
    object sender,
    MasterFilterDefaultValuesEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e MasterFilterDefaultValuesEventArgs

A MasterFilterDefaultValuesEventArgs object that contains event data.

See Also