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¶
| Name | Summary |
|---|---|
| OnNavigatedTo | Method triggered when the class is navigated. |
| OnNavigatedFrom | Method triggered when the navigation leaves the current class. |