Android.Database.ContentObservable.DispatchChange Method
Invokes ContentObserver.DispatchChange(bool) on each observer.

Syntax

[Android.Runtime.Register("dispatchChange", "(Z)V", "GetDispatchChange_ZHandler")]
[System.Obsolete("deprecated")]
public virtual void DispatchChange (bool selfChange)

Parameters

selfChange
True if this is a self-change notification.

Remarks

Invokes ContentObserver.DispatchChange(bool) on each observer.

If selfChange is true, only delivers the notification to the observer if it has indicated that it wants to receive self-change notifications by implementing ContentObserver.DeliverSelfNotifications to return true.

[Android Documentation]

Requirements

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