GridControl.RowSelectionChanging event arguments containing information about a Row and its new selection state that can be changed.
Namespace: Dapfor.Wpf.ControlsAssembly: 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 |