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

Namespace: yWorks.Support
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

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

Inheritance Hierarchy

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

See Also