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
publicstaticObservable<Button>ClickedAsObservable(thisButtonbutton){returnObservable.FromEvent<Action,Button>(h =>()=>h(button),
h =>button.clicked+=h,
h =>button.clicked-=h);}
Thanks for the great library!
If there is an OnClickAsObservable that supports the UI Toolkit I would be very happy.
The text was updated successfully, but these errors were encountered: