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

ImageRemovedEventArgs Constructor

Creates and initializes a new ImageRemovedEventArgs object.

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

Syntax

Visual Basic
Public Sub New ( _
	imageKey As Object, _
	imageIndex As Integer _
)
C#
public ImageRemovedEventArgs(
	Object imageKey,
	int imageIndex
)

Parameters

imageKey

Type: System.Object

A key of the removed image.
imageIndex

Type: System.Int32

An index of the removed image.

See Also

Reference