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 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