This documentation is for the old version. Go to the latest Graphics Mill docs

PathVObjectCreateDesigner.NotifyMouseUp Method

Performs actions that should be taken when the MouseUp event occurs.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Overridable Function NotifyMouseUp ( _
	e As MouseEventArgs _
) As Boolean
C#
public virtual bool NotifyMouseUp(
	MouseEventArgs e
)

Parameters

e

Type: System.Windows.Forms.MouseEventArgs

A MouseEventArgs object that contains the event data.

Return Value

true, if the designer was able to handle this event; otherwise, false.

Remarks

If the designer is not able to handle this event, the input is forwarded to the DefaultDesigner.

See Also

Reference