GridControl.RowSelectionChanging event arguments containing information about a Row and its new selection state that can be changed.

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 GridControlRowSelectionEventArgs : EventArgs
Visual Basic
Public NotInheritable Class GridControlRowSelectionEventArgs
	Inherits EventArgs
Visual C++
public ref class GridControlRowSelectionEventArgs sealed : public EventArgs
F#
[<SealedAttribute>]
type GridControlRowSelectionEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

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

See Also