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

ItemActionRequestEventArgs Constructor

Creates and initializes new ItemActionRequestEventArgs class instance.

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

Syntax

Visual Basic
Public Sub New ( _
	item As IListItem _
)
C#
public ItemActionRequestEventArgs(
	IListItem item
)

Parameters

item

Type: Aurigma.GraphicsMill.WinControls.IListItem

The IListItem object that raised the event.

See Also

Reference