Event handler signature that will be used by events that indicate a call to Invalidate()()()().

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 CanvasObjectInvalidatedHandler(
	Object sender,
	ICanvasObject canvasObject
)
Visual Basic
Public Delegate Sub CanvasObjectInvalidatedHandler ( _
	sender As Object, _
	canvasObject As ICanvasObject _
)

Parameters

sender
Type: System..::..Object
the sender of the event
canvasObject
Type: yWorks.Canvas..::..ICanvasObject
the canvas object whose Invalidate method has been called

See Also