Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.21 KB

datacontextchangedeventargs_handled.md

File metadata and controls

25 lines (16 loc) · 1.21 KB
-api-id -api-type
P:Windows.UI.Xaml.DataContextChangedEventArgs.Handled
winrt property

Windows.UI.Xaml.DataContextChangedEventArgs.Handled

-description

Gets or sets a value that influences whether another DataContextChanged event should be fired from child elements that inherit the DataContext value and detect that the value has changed.

-property-value

true to prevent further DataContextChanged events from being fired for each child FrameworkElement that inherits the DataContext value. You would do this to indicate to other handlers that the necessary logic for responding to the data context change has already been performed. false to permit the event to be fired by each immediate child FrameworkElement in the element tree that detects a change to the inherited DataContext value. The default is false.

-remarks

-examples

-see-also

FrameworkElement.DataContext