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

Namespace: yWorks.Canvas
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

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