This delegate represents the method that will handle the ItemRemoving event of the ListItemCollection class.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Delegate Sub ItemRemovingEventHandler ( _ sender As Object, _ e As ItemActionRequestEventArgs _ )
public delegate void ItemRemovingEventHandler( Object sender, ItemActionRequestEventArgs e )
Type: System.Object