FocusedRowChangedEventHandler Delegate
In This Article
Represents a method that will handle the DataViewBase.FocusedRowChanged
event.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public delegate void FocusedRowChangedEventHandler(
object sender,
FocusedRowChangedEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Focused |
A Focused |
See Also