Northwoods.GoSilverlight 1.3.5 Assembly
IsLinked Method
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > LinkingBaseTool Class : IsLinked Method

fromport
a FrameworkElement representing the "from" port
toport
a FrameworkElement representing the "to" port
This predicate is true if there is a link in the model going from fromport to toport.

Syntax

Visual Basic (Declaration) 
Public Overridable Function IsLinked( _
   ByVal fromport As FrameworkElement, _
   ByVal toport As FrameworkElement _
) As Boolean
C# 
public virtual bool IsLinked( 
   FrameworkElement fromport,
   FrameworkElement toport
)

Parameters

fromport
a FrameworkElement representing the "from" port
toport
a FrameworkElement representing the "to" port

Requirements

See Also

© 2012 All Rights Reserved.