KryptonOutlookGrid.OnCellFormatting Method

Krypton OutlookGrid

KryptonOutlookGridOnCellFormatting Method
Krypton OutlookGrid v1.6.0
Raises the [E:CellFormatting] event.

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
protected override void OnCellFormatting(
	DataGridViewCellFormattingEventArgs e
)
Protected Overrides Sub OnCellFormatting ( 
	e As DataGridViewCellFormattingEventArgs
)

Parameters

e
Type: System.Windows.FormsDataGridViewCellFormattingEventArgs
The DataGridViewCellFormattingEventArgs instance containing the event data.
See Also