Skip to content

INavigationAware interface

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.INavigationAware Modifiers: public abstract

Summary

        Notifies class about being navigated.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Methods

NameSummary
OnNavigatedToMethod triggered when the class is navigated.
OnNavigatedFromMethod triggered when the navigation leaves the current class.