FritzAndFriends / BlazorWebFormsComponents

A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name
MIT License
428 stars 72 forks source link

object sender in all events is not available #261

Open ghost opened 3 years ago

ghost commented 3 years ago

object sender in events is a very useful feature, I personaly use @Ref="..." or Dictionary<string, Ref> alot instead of binding each control property to a variable. I get and set control properties by its reference, This may be anti pattern but possible and useful.