Krypton OutlookGrid Help
KryptonDataGridViewTreeTextCellOnMouseUp Method |
Raises the [E:MouseUp] event.
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 OnMouseUp( DataGridViewCellMouseEventArgs e )
Protected Overrides Sub OnMouseUp ( e As DataGridViewCellMouseEventArgs )
Parameters
- e
- Type: System.Windows.FormsDataGridViewCellMouseEventArgs
The DataGridViewCellMouseEventArgs instance containing the event data.
See Also