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

IconChangedEventArgs Constructor

Creates and initializes new IconChangedEventArgs class instance.

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

Syntax

Visual Basic
Public Sub New ( _
	item As IListItem, _
	view As View _
)
C#
public IconChangedEventArgs(
	IListItem item,
	View view
)

Parameters

item

Type: Aurigma.GraphicsMill.WinControls.IListItem

A list item (i.e. an object which implements the IListItem interface) whose icon has been changed.
view

Type: Aurigma.GraphicsMill.WinControls.View

View value that specify a view for which the icon has been changed.

See Also

Reference