Back to Devexpress

PivotOptionsFilterEventHandler Delegate

corelibraries-devexpress-dot-xtrapivotgrid-237ae36f.md

latest1.5 KB
Original Source

PivotOptionsFilterEventHandler Delegate

Represents a method that will handle the PivotGridOptionsFilterBase.OptionsChanged event.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public delegate void PivotOptionsFilterEventHandler(
    object sender,
    PivotOptionsFilterEventArgs e
);
vb
Public Delegate Sub PivotOptionsFilterEventHandler(
    sender As Object,
    e As PivotOptionsFilterEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | PivotOptionsFilterEventArgs |

A PivotOptionsFilterEventArgs object that contains event data.

|

See Also

DevExpress.XtraPivotGrid Namespace