You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: