Aurigma Graphics Mill 5.5 for .NET
IconChangedEventHandler Delegate
This delegate represents the method that will handle the IconChanged event of the IListItem interface and the IconChanged event of the ListItemCollection class.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public Delegate Sub IconChangedEventHandler ( _ sender As Object, _ e As IconChangedEventArgs _ )
C#
public delegate void IconChangedEventHandler( Object sender, IconChangedEventArgs e )
Parameters
- sender
-
Type: System..::.Object