GridOnCellFormatting Method |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected virtual void OnCellFormatting(
GridCellFormatEventArgs e
)
Protected Overridable Sub OnCellFormatting (
e As GridCellFormatEventArgs
)
abstract OnCellFormatting :
e : GridCellFormatEventArgs -> unit
override OnCellFormatting :
e : GridCellFormatEventArgs -> unit
Parameters
- e
- Type: Eto.FormsGridCellFormatEventArgs
Event arguments
See Also