Aurigma Graphics Mill 5.5 for .NET
VObjectEventHandler Delegate
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)
Syntax
Visual Basic
Public Delegate Sub VObjectEventHandler ( _ sender As Object, _ e As VObjectEventArgs _ )
C#
public delegate void VObjectEventHandler( Object sender, VObjectEventArgs e )
Parameters
- sender
-
Type: System..::.Object