KryptonOutlookGrid.OnDragLeave Method

Krypton OutlookGrid

KryptonOutlookGridOnDragLeave Method
Krypton OutlookGrid v1.6.0
Raises the [E:DragLeave] 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 OnDragLeave(
	EventArgs e
)
Protected Overrides Sub OnDragLeave ( 
	e As EventArgs
)

Parameters

e
Type: SystemEventArgs
The EventArgs instance containing the event data.
See Also