Utility class that implements the ILookup interface by delegating to a LookupCallback method.

Namespace: yWorks.Support
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class CallbackLookup : ILookup
Visual Basic
Public Class CallbackLookup _
	Implements ILookup

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..CallbackLookup

See Also