Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 530 Bytes

frame_navigated.md

File metadata and controls

27 lines (17 loc) · 530 Bytes
-api-id -api-type
E:Windows.UI.Xaml.Controls.Frame.Navigated
winrt event

Windows.UI.Xaml.Controls.Frame.Navigated

-description

Occurs when the content that is being navigated to has been found and is available from the Content property, although it may not have completed loading.

-xaml-syntax

<Frame Navigated="eventhandler" />

-remarks

-examples

-see-also