Event handler signature that is used by events that indicate that a canvas object has been somehow changed.

Namespace: yWorks.Canvas
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public delegate void CanvasObjectChangedEventHandler(
	Object sender,
	ICanvasObject co
)
Visual Basic
Public Delegate Sub CanvasObjectChangedEventHandler ( _
	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 changed

See Also