Aurigma Graphics Mill 5.5 for .NET
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).