This delegate represents a method that will handle the events that occur when a v-object is added to a VObjectCollection or removed from it.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Delegate Sub VObjectEventHandler ( _ sender As Object, _ e As VObjectEventArgs _ )
public delegate void VObjectEventHandler( Object sender, VObjectEventArgs e )