Android.App.Dialog.SetCancelMessage Method
Set a message to be sent when the dialog is canceled.

Syntax

[Android.Runtime.Register("setCancelMessage", "(Landroid/os/Message;)V", "GetSetCancelMessage_Landroid_os_Message_Handler")]
public virtual void SetCancelMessage (Android.OS.Message msg)

See Also

Dialog.SetOnCancelListener(Android.Content.IDialogInterfaceOnCancelListener)

Parameters

msg
The msg to send when the dialog is canceled.

Remarks

Set a message to be sent when the dialog is canceled.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1