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

IListItem.IconChanged Event

Fires when the item icon or thumbnail has been changed.

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

Syntax

Visual Basic
Event IconChanged As IconChangedEventHandler
C#
event IconChangedEventHandler IconChanged

Remarks

This event is raised when the item thumbnail or icon has been changed. If you implement your own list item, do not forget to raise it to update the control properly (especially if you use Thumbnails mode).

See Also

Reference