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