Android.Preferences.DialogPreference.OnDialogClosed Method
Called when the dialog is dismissed and should be used to save data to the Android.Content.ISharedPreferences.

Syntax

[Android.Runtime.Register("onDialogClosed", "(Z)V", "GetOnDialogClosed_ZHandler")]
protected virtual void OnDialogClosed (bool positiveResult)

Parameters

positiveResult
Whether the positive button was clicked (true), or the negative button was clicked or the dialog was canceled (false).

Remarks

Called when the dialog is dismissed and should be used to save data to the Android.Content.ISharedPreferences.

[Android Documentation]

Requirements

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