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

Syntax

C#
public delegate bool ElementFoundCallback(
	ICanvasObject co
)
Visual Basic
Public Delegate Function ElementFoundCallback ( _
	co As ICanvasObject _
) As Boolean

Parameters

co
Type: yWorks.Canvas..::..ICanvasObject
The element that has been found.

Return Value

Whether to continue collecting elements.

See Also