Occurs when Row's selection is changing.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public event EventHandler<GridControlRowSelectionEventArgs> RowSelectionChanging
Visual Basic
Public Event RowSelectionChanging As EventHandler(Of GridControlRowSelectionEventArgs)
Visual C++
public:
 event EventHandler<GridControlRowSelectionEventArgs^>^ RowSelectionChanging {
	void add (EventHandler<GridControlRowSelectionEventArgs^>^ value);
	void remove (EventHandler<GridControlRowSelectionEventArgs^>^ value);
}
F#
member RowSelectionChanging : IEvent<EventHandler<GridControlRowSelectionEventArgs>,
    GridControlRowSelectionEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'GridControlRowSelectionEventArgs>)>)>

See Also