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