Android.Widget.ListPopupWindow.SetOnDismissListener Method
Set a listener to receive a callback when the popup is dismissed.

Syntax

[Android.Runtime.Register("setOnDismissListener", "(Landroid/widget/PopupWindow$OnDismissListener;)V", "GetSetOnDismissListener_Landroid_widget_PopupWindow_OnDismissListener_Handler")]
public virtual void SetOnDismissListener (PopupWindow.IOnDismissListener listener)

Parameters

listener
Listener that will be notified when the popup is dismissed.

Remarks

Set a listener to receive a callback when the popup is dismissed.

[Android Documentation]

Requirements

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