Search
ComponentBase.OnMouseUp Method
See Also
 





Called when the left mouse button is released while this component tracks the mouse events.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void OnMouseUp (
    Point point
)

Visual Basic  Copy Code

Public Overridable Sub OnMouseUp( _
    point As Point _
)

 Parameters

point
A Microsoft.Maui.Graphics.Point that specifies the current mouse position.

 See Also