Property | Type | Description | |
---|---|---|---|
SecondsProperty |
Method | Description | |
---|---|---|
CountdownControl ( ) : System |
Initializes a new instance of the CountdownControl class.
|
|
StartCountdownAsync ( int seconds ) : System.Threading.Tasks.Task |
Starts the countdown and completes when the countdown completes.
|
Method | Description | |
---|---|---|
OnSecondsChanged ( |
||
OnSecondsChanged ( int oldSeconds, int newSeconds ) : void |
public StartCountdownAsync ( int seconds ) : System.Threading.Tasks.Task | ||
seconds | int | The seconds. |
return | System.Threading.Tasks.Task |