KryptonDataGridViewTextAndImageColumn.ButtonSpecClick Event

Krypton OutlookGrid

KryptonDataGridViewTextAndImageColumnButtonSpecClick Event
Krypton OutlookGrid v1.6.0
Occurs when the user clicks a button spec.

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
public event EventHandler<DataGridViewButtonSpecClickEventArgs> ButtonSpecClick
Public Event ButtonSpecClick As EventHandler(Of DataGridViewButtonSpecClickEventArgs)

Value

Type: SystemEventHandlerDataGridViewButtonSpecClickEventArgs
See Also