GridControl.FocusedRowChanged event arguments that provide information about previous and new focused rows.

Namespace: Dapfor.Wpf.Controls
Assembly: 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

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Dapfor.Wpf.Controls..::..GridControlFocusedRowEventArgs

See Also