Occurs when
Row's selection was changed.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public event EventHandler<GridControlRowEventArgs> RowSelectionChanged |
Visual Basic |
---|
Public Event RowSelectionChanged As EventHandler(Of GridControlRowEventArgs) |
Visual C++ |
---|
public:
event EventHandler<GridControlRowEventArgs^>^ RowSelectionChanged {
void add (EventHandler<GridControlRowEventArgs^>^ value);
void remove (EventHandler<GridControlRowEventArgs^>^ value);
} |
F# |
---|
member RowSelectionChanged : IEvent<EventHandler<GridControlRowEventArgs>,
GridControlRowEventArgs>
|
Value
Type:
System..::..EventHandler<(Of <(<'GridControlRowEventArgs>)>)>See Also