DialogPreference.OnDismiss(IDialogInterface) 方法

定义

关闭对话框时将调用此方法。

[Android.Runtime.Register("onDismiss", "(Landroid/content/DialogInterface;)V", "GetOnDismiss_Landroid_content_DialogInterface_Handler")]
public virtual void OnDismiss (Android.Content.IDialogInterface? dialog);
[<Android.Runtime.Register("onDismiss", "(Landroid/content/DialogInterface;)V", "GetOnDismiss_Landroid_content_DialogInterface_Handler")>]
abstract member OnDismiss : Android.Content.IDialogInterface -> unit
override this.OnDismiss : Android.Content.IDialogInterface -> unit

参数

dialog
IDialogInterface

已消除的对话将传递到方法中。

实现

属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于