GridCallbackOnSelectionChanged Method |
Raises the selection changed event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void OnSelectionChanged(
Grid widget,
EventArgs e
)
Public Sub OnSelectionChanged (
widget As Grid,
e As EventArgs
)
abstract OnSelectionChanged :
widget : Grid *
e : EventArgs -> unit
override OnSelectionChanged :
widget : Grid *
e : EventArgs -> unit
Parameters
- widget
- Type: Eto.FormsGrid
[Missing <param name="widget"/> documentation for "M:Eto.Forms.Grid.Callback.OnSelectionChanged(Eto.Forms.Grid,System.EventArgs)"]
- e
- Type: SystemEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.Grid.Callback.OnSelectionChanged(Eto.Forms.Grid,System.EventArgs)"]
Implements
GridICallbackOnSelectionChanged(Grid, EventArgs)See Also