A newer version of this page is available.
Switch to the current version.
PivotFieldEventHandler Delegate
Represents a method that will handle the PivotGridControl.FieldFilterChanged, PivotGridControl.FieldAreaChanged and PivotGridControl.FieldWidthChanged events.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v19.1.dll
Declaration
public delegate void PivotFieldEventHandler(
object sender,
PivotFieldEventArgs e
);
Public Delegate Sub PivotFieldEventHandler(
sender As Object,
e As PivotFieldEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. Identifies the PivotGrid control that raised an event. |
e | PivotFieldEventArgs | A PivotFieldEventArgs object that contains event data. |
See Also
Feedback