다음을 통해 공유


IDialogInterfaceOnDismissListener.OnDismiss(IDialogInterface) 메서드

정의

이 메서드는 대화 상자가 해제될 때 호출됩니다.

[Android.Runtime.Register("onDismiss", "(Landroid/content/DialogInterface;)V", "GetOnDismiss_Landroid_content_DialogInterface_Handler:Android.Content.IDialogInterfaceOnDismissListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnDismiss (Android.Content.IDialogInterface? dialog);
[<Android.Runtime.Register("onDismiss", "(Landroid/content/DialogInterface;)V", "GetOnDismiss_Landroid_content_DialogInterface_Handler:Android.Content.IDialogInterfaceOnDismissListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnDismiss : Android.Content.IDialogInterface -> unit

매개 변수

dialog
IDialogInterface

해제된 대화 상자가 메서드로 전달됩니다.

특성

설명

이 메서드는 대화 상자가 해제될 때 호출됩니다.

에 대한 android.content.DialogInterface.OnDismissListener.onDismiss(android.content.DialogInterface)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상