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