Back to Devexpress

PivotGridControl.LeftTopCellChanged Event

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-d97f79f5.md

latest2.0 KB
Original Source

PivotGridControl.LeftTopCellChanged Event

Occurs after the Pivot Grid Control is scrolled.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public event EventHandler<PivotLeftTopCellChangedEventArgs> LeftTopCellChanged
vb
Public Event LeftTopCellChanged As EventHandler(Of PivotLeftTopCellChangedEventArgs)

Event Data

The LeftTopCellChanged event's data class is PivotLeftTopCellChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
NewValueGets the coordinates of the currently left top visible cell.
OldValueGets the coordinates of the cell that was visible at the top left before scrolling.

Remarks

Use the event parameter’s PivotLeftTopCellChangedEventArgs.OldValue and PivotLeftTopCellChangedEventArgs.NewValue properties, to obtain the old and new coordinates of the left top visible cell, respectively.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace