Android.Appwidget.AppWidgetManager.ActionAppwidgetDeleted Field
Sent when an instance of an AppWidget is deleted from its host.

Syntax

[Android.Runtime.Register("ACTION_APPWIDGET_DELETED")]
public const string ActionAppwidgetDeleted

See Also

AppWidgetProvider.OnDeleted(Android.Content.Context, System.Int32[])

Remarks

Sent when an instance of an AppWidget is deleted from its host.

This is a protected intent that can only be sent by the system.

[Android Documentation]

Requirements

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