Northwoods.GoWPF 2.2.4 Assembly
FindDescendant Method

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
Public Function FindDescendant( _
   ByVal pred As Predicate(Of FrameworkElement) _
) As FrameworkElement
public FrameworkElement FindDescendant( 
   Predicate<FrameworkElement> pred
)

Parameters

pred
a predicate of type Predicate<FrameworkElement>

Return Value

a FrameworkElement or null
Requirements
See Also

Reference

Part Class
Part Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback