SSW Foursquare

Do you expose events as events?

Last updated by Brady Stroud [SSW] about 2 months ago.See history

You should expose events as events.

public Action
< connectioninformation > ConnectionProblem;

Bad code

public event Action
< connectioninformation > ConnectionProblem;

Good code

Adam Cogan
We open source. Powered by GitHub