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