Class FrameNavigatedEventArgs
Fired once navigation of the frame has completed. Frame is now associated with the new loader.
public sealed record FrameNavigatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<FrameNavigatedEventArgs>
- Inheritance
-
EventArgsFrameNavigatedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
FrameNavigatedEventArgs(Frame, NavigationType)
Fired once navigation of the frame has completed. Frame is now associated with the new loader.
public FrameNavigatedEventArgs(Frame Frame, NavigationType Type)
Parameters
FrameFrameFrame object.
TypeNavigationType
Properties
Frame
Frame object.
public Frame Frame { get; init; }
Property Value
Type
public NavigationType Type { get; init; }