Android.App.SearchManager.OnDismiss Method
This method will be invoked when the dialog is dismissed.

Syntax

[Android.Runtime.Register("onDismiss", "(Landroid/content/DialogInterface;)V", "GetOnDismiss_Landroid_content_DialogInterface_Handler")]
[System.Obsolete("deprecated")]
public virtual void OnDismiss (Android.Content.IDialogInterface dialog)

Parameters

dialog
The dialog that was dismissed will be passed into the method.

Remarks

This method will be invoked when the dialog is dismissed.

[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