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

DefaultDesigner.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 Function NotifyMouseUp ( _
	e As MouseEventArgs _
) As Boolean
C#
public 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.

See Also

Reference