Tizen Wearable CircularUI project is to develop an open source software motivate software developer to creating Tizen Wearable Xamarin Forms app more easily and efficiently.
Other
80
stars
32
forks
source link
Add WheelAppeared and WheelDisappeared events in CircleStepper #282
This PR is to add WheelAppeared and WheelDisappeared events in CircleStepper.
Bugs Fixed
None
API Changes
List all API changes here
(or just put None when your changes are only bug fix, behavior change, add/fix testcase, add/fix sample), example:
Added:
public event EventHandler WheelAppeared;
public event EventHandler WheelDisappeared;
//Internal use only
public void SendWheelAppeared();
public void SendWheelDisappeared();
Description of Change
This PR is to add WheelAppeared and WheelDisappeared events in CircleStepper.
Bugs Fixed
API Changes
List all API changes here (or just put None when your changes are only bug fix, behavior change, add/fix testcase, add/fix sample), example:
Added:
Behavioral Changes