TokenListCell.OnContentClick Method

Krypton OutlookGrid

TokenListCellOnContentClick Method
Krypton OutlookGrid v1.6.0
Update cell's value when the user clicks on a star

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

Parameters

e
Type: System.Windows.FormsDataGridViewCellEventArgs
A DataGridViewCellEventArgs that contains the event data.
See Also