This documentation is for the old version. Go to the latest Graphics Mill docs

DesignerChangedEventHandler Delegate

This delegate represents a method that will handle the DesignerChanged event of the IVObjectHost class and its descendants.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Delegate Sub DesignerChangedEventHandler ( _
	sender As Object, _
	e As DesignerChangedEventArgs _
)
C#
public delegate void DesignerChangedEventHandler(
	Object sender,
	DesignerChangedEventArgs e
)

See Also

Reference