Event handler signature that is used by events that indicate that a canvas object has been added to the scene graph.

Namespace: yWorks.Canvas
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public delegate void CanvasObjectAddedEventHandler(
	Object sender,
	ICanvasObject co
)
Visual Basic
Public Delegate Sub CanvasObjectAddedEventHandler ( _
	sender As Object, _
	co As ICanvasObject _
)

Parameters

sender
Type: System..::..Object
the sender of the event
co
Type: yWorks.Canvas..::..ICanvasObject
the canvas object that has just been added to the scene graph

See Also