Back to Devexpress

FocusedRowChangedEventArgs Class

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-058d7232.md

latest2.1 KB
Original Source

FocusedRowChangedEventArgs Class

Provides data for the VGridControlBase.FocusedRowChanged event.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public class FocusedRowChangedEventArgs :
    RowEventArgs
vb
Public Class FocusedRowChangedEventArgs
    Inherits RowEventArgs

FocusedRowChangedEventArgs is the data class for the following events:

Remarks

The VGridControlBase.FocusedRowChanged event fires each time the row focus changes (the control’s VGridControlBase.FocusedRow property value is changed). The FocusedRowChangedEventArgs class provides properties that identify the previously and currently focused rows.

Inheritance

Object EventArgs RowEventArgs FocusedRowChangedEventArgs

See Also

FocusedRowChangedEventArgs Members

FocusedRowChanged

DevExpress.XtraVerticalGrid.Events Namespace