GridCallbackOnCellEdited Method |
Raises the cell edited event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void OnCellEdited(
Grid widget,
GridViewCellEventArgs e
)
Public Sub OnCellEdited (
widget As Grid,
e As GridViewCellEventArgs
)
abstract OnCellEdited :
widget : Grid *
e : GridViewCellEventArgs -> unit
override OnCellEdited :
widget : Grid *
e : GridViewCellEventArgs -> unit
Parameters
- widget
- Type: Eto.FormsGrid
[Missing <param name="widget"/> documentation for "M:Eto.Forms.Grid.Callback.OnCellEdited(Eto.Forms.Grid,Eto.Forms.GridViewCellEventArgs)"]
- e
- Type: Eto.FormsGridViewCellEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.Grid.Callback.OnCellEdited(Eto.Forms.Grid,Eto.Forms.GridViewCellEventArgs)"]
Implements
GridICallbackOnCellEdited(Grid, GridViewCellEventArgs)See Also