Skip to content

Commit

Permalink
- make internal
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Jul 26, 2021
1 parent 713289c commit 48f08d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controls/src/Core/HandlerImpl/Page.Impl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ internal NavigatedToEventArgs(Page previousPage)
PreviousPage = previousPage;
}

public Page PreviousPage { get; }
internal Page PreviousPage { get; }
}

public sealed class NavigatedFromEventArgs : EventArgs
Expand All @@ -60,6 +60,6 @@ internal NavigatedFromEventArgs(Page destinationPage)
DestinationPage = destinationPage;
}

public Page DestinationPage { get; }
internal Page DestinationPage { get; }
}
}

0 comments on commit 48f08d8

Please sign in to comment.