Northwoods.GoSilverlight 1.2.2 Assembly
FindDescendant Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : FindDescendant Method

pred
a predicate of type Predicate<FrameworkElement>
Search the visual tree for this part and return the first one for which the given predicate pred is true.

Syntax

Visual Basic (Declaration) 
Public Function FindDescendant( _
   ByVal pred As Predicate(Of FrameworkElement) _
) As FrameworkElement
C# 
public FrameworkElement FindDescendant( 
   Predicate<FrameworkElement> pred
)

Parameters

pred
a predicate of type Predicate<FrameworkElement>

Return Value

a FrameworkElement or null

Requirements

See Also

© 2010 All Rights Reserved.