DataSetObserver.OnInvalidated Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is called when the entire data becomes invalid,
most likely through a call to Cursor#deactivate()
or Cursor#close()
on a
Cursor
.
[Android.Runtime.Register("onInvalidated", "()V", "GetOnInvalidatedHandler")]
public virtual void OnInvalidated ();
[<Android.Runtime.Register("onInvalidated", "()V", "GetOnInvalidatedHandler")>]
abstract member OnInvalidated : unit -> unit
override this.OnInvalidated : unit -> unit
- Attributes
Remarks
This method is called when the entire data becomes invalid, most likely through a call to Cursor#deactivate()
or Cursor#close()
on a Cursor
.
Java documentation for android.database.DataSetObserver.onInvalidated()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.