KryptonOutlookGrid.OnGroupImageClick Method

Krypton OutlookGrid

KryptonOutlookGridOnGroupImageClick Method
Krypton OutlookGrid v1.6.0
Raises the GroupImageClick 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 virtual void OnGroupImageClick(
	OutlookGridGroupImageEventArgs e
)
Protected Overridable Sub OnGroupImageClick ( 
	e As OutlookGridGroupImageEventArgs
)

Parameters

e
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridGroupImageEventArgs
A OutlookGridGroupImageEventArgs that contains the event data.
See Also