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

ListItem.OnIconChanged Method

Raises the IconChanged event.

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

Syntax

Visual Basic
Protected Overridable Sub OnIconChanged ( _
	view As View _
)
C#
protected virtual void OnIconChanged(
	View view
)

Parameters

view

Type: Aurigma.GraphicsMill.WinControls.View

A View mode for which the icon has been changed.

See Also

Reference