GridControl.FocusedRowChanged event arguments that provide information about previous and new focused rows.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public sealed class GridControlFocusedRowEventArgs : EventArgs |
| Visual Basic |
|---|
Public NotInheritable Class GridControlFocusedRowEventArgs Inherits EventArgs |
| Visual C++ |
|---|
public ref class GridControlFocusedRowEventArgs sealed : public EventArgs |
| F# |
|---|
[<SealedAttribute>] type GridControlFocusedRowEventArgs = class inherit EventArgs end |