Occurs when the Row's selection is changed.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

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

Value

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

Thread Safety

This event is always raised in the GUI thread

See Also