SelectionChangedEventArgs constructor should be public #15548
Unanswered
ChrisAtVault
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While checking out the repo and docs I stumbled upon the fact that the constructor of SelectionChangedEventArgs is internal while the constructors for SelectedItemChangedEventArgs and SelectedPositionChangedEventArgs are public. Furthermore I noticed that some third party control developer also have their own implementation with the same properties etc.
Is there any reason the SelectionChangedEventArgs constructor is internal?
Beta Was this translation helpful? Give feedback.
All reactions