Image MapOn Mouse Up Method
This is overridden to raise the event in the image area under the mouse if there is one
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
protected override void OnMouseUp(
MouseEventArgs e
)VB
Protected Overrides Sub OnMouseUp (
e As MouseEventArgs
)C++
protected:
virtual void OnMouseUp(
MouseEventArgs^ e
) overrideF#
abstract OnMouseUp :
e : MouseEventArgs -> unit
override OnMouseUp :
e : MouseEventArgs -> unit Parameters
- e MouseEventArgs
- The event arguments.