Click or drag to resize

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
)

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