aspnetcore/src/Components/Shared
Ryan Nowak bef01f3e9a Blazor API Review: UIEventArgs types
Fixes: #12550

Removes UIEventArgs in favor of EventArgs as the base class.

Moving Type into all of our event args types - this is important because
many of the events types are used for multiple events.

The only think about this that isn't perfect is that we have keep
special casing change because of how binding works. I renamed the type
to drop the `UI` prefix. It's not possible to define a subclass in the
Web project because of the way covariance works (or doesn't work) in
.NET.
2019-07-29 22:40:28 -07:00
..
src Pool byte[] in RemoteRenderer (#11976) 2019-07-18 17:25:27 -07:00
test Blazor API Review: UIEventArgs types 2019-07-29 22:40:28 -07:00