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

ClickDragCreateDesigner.NotifyMouseDoubleClick Method

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

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

Syntax

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

Parameters

e

Type: System.EventArgs

An EventArgs 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