FilterElementDefaultValuesEventHandler Delegate
In This Article
OBSOLETE
The Filter
References a method that handles FilterElementDefaultValues events.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[Obsolete("The FilterElementDefaultValuesEventHandler in now obsolete. Use MasterFilterDefaultValuesEventHandler instead.")]
public delegate void FilterElementDefaultValuesEventHandler(
object sender,
FilterElementDefaultValuesEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Filter |
A Filter |
See Also