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

VObjectEventArgs Constructor

Creates and initializes a new VObjectEventArgs object.

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

Syntax

Visual Basic
Public Sub New ( _
	obj As IVObject _
)
C#
public VObjectEventArgs(
	IVObject obj
)

Parameters

obj

Type: Aurigma.GraphicsMill.WinControls.IVObject

The v-object that is added or removed.

See Also

Reference