Occurs when each cell is being formatted for font and color
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic event EventHandler<GridCellFormatEventArgs> CellFormatting
Public Event CellFormatting As EventHandler(Of GridCellFormatEventArgs)
member CellFormatting : IEvent<EventHandler<GridCellFormatEventArgs>,
GridCellFormatEventArgs>
Value
Type:
SystemEventHandlerGridCellFormatEventArgs
See Also