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