Method | Description | |
---|---|---|
SendAlert ( Page sender, string caption, string message, string positiveButton, string negativeButton ) : TaskCompletionSource |
Sends the alert.
|
Method | Description | |
---|---|---|
Send ( object sender, |
Sends the specified type of sender.
|
|
SendAlert ( Page sender, IArgumentsProxy arguments ) : TaskCompletionSource |
Sends the alert.
|
public static SendAlert ( Page sender, string caption, string message, string positiveButton, string negativeButton ) : TaskCompletionSource |
||
sender | Page | The sender. |
caption | string | The caption. |
message | string | The message. |
positiveButton | string | The positive button. |
negativeButton | string | The negative button. |
return | TaskCompletionSource |