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.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

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

Inheritance Hierarchy

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

See Also