- selfChange
- True if this is a self-change notification.
Dispatches a change notification to the observer.
If a Android.OS.Handler was supplied to the Android.Database.ContentObserver constructor, then a call to the ContentObserver.OnChange(bool) method is posted to the handler's message queue. Otherwise, the ContentObserver.OnChange(bool) method is invoked immediately on this thread.