Android.Database.ContentObserver.OnChange Method
This method is called when a content change occurs.

Syntax

[Android.Runtime.Register("onChange", "(Z)V", "GetOnChange_ZHandler")]
public virtual void OnChange (bool selfChange)

Parameters

selfChange
True if this is a self-change notification.

Remarks

This method is called when a content change occurs.

Subclasses should override this method to handle content changes.

[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