GridICallbackOnCellEditing Method |
Raises the cell editing event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void OnCellEditing(
Grid widget,
GridViewCellEventArgs e
)
Sub OnCellEditing (
widget As Grid,
e As GridViewCellEventArgs
)
abstract OnCellEditing :
widget : Grid *
e : GridViewCellEventArgs -> unit
Parameters
- widget
- Type: Eto.FormsGrid
[Missing <param name="widget"/> documentation for "M:Eto.Forms.Grid.ICallback.OnCellEditing(Eto.Forms.Grid,Eto.Forms.GridViewCellEventArgs)"]
- e
- Type: Eto.FormsGridViewCellEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.Grid.ICallback.OnCellEditing(Eto.Forms.Grid,Eto.Forms.GridViewCellEventArgs)"]
See Also