microsoft / microsoft-ui-xaml-specs

API spec repository for the Windows UI Library (WinUI)
https://github.com/Microsoft/microsoft-ui-xaml
Creative Commons Attribution 4.0 International
119 stars 40 forks source link

HierarchicalNavigationView: Correcting API Details Section #82

Closed anawishnoff closed 4 years ago

anawishnoff commented 4 years ago

In the previous version of this API spec, I had misplaced the NavigationViewItemExpandingEventArgs and NavigationViewItemCollapsedEventArgs - the older versions of these classes (e.g. NavigationViewExpandingEventArgs) were still in the API details section.

I've updated the API details section to include the correct updated classes, and updated the API Notes section to reflect what these classes represent.

(Found this issue while working on docs - sorry to bring it up after merging.)