A simple implementation of an IHandleProvider that returns all handles in the lookup of the ports owned by the given owner.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class PortsHandleProvider : IHandleProvider
Visual Basic
Public Class PortsHandleProvider _
	Implements IHandleProvider

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Input..::..PortsHandleProvider

See Also