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

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

See Also

Reference