Click or drag to resize

GridICallbackOnCellEdited Method

Raises the cell edited event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void OnCellEdited(
	Grid widget,
	GridViewCellEventArgs e
)

Parameters

widget
Type: Eto.FormsGrid

[Missing <param name="widget"/> documentation for "M:Eto.Forms.Grid.ICallback.OnCellEdited(Eto.Forms.Grid,Eto.Forms.GridViewCellEventArgs)"]

e
Type: Eto.FormsGridViewCellEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.Grid.ICallback.OnCellEdited(Eto.Forms.Grid,Eto.Forms.GridViewCellEventArgs)"]

See Also