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