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

LineVObjectCreateDesigner.NotifyConnect Method

Performs actions that should be taken when the designer is connected to a host object.

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

Syntax

Visual Basic
Public Overrides Sub NotifyConnect ( _
	vObjectHost As IVObjectHost _
)
C#
public override void NotifyConnect(
	IVObjectHost vObjectHost
)

Parameters

vObjectHost

Type: Aurigma.GraphicsMill.WinControls.IVObjectHost

The host object to which the designer is connected.

See Also

Reference