Android.Content.Loader.OnStartLoading Method
Subclasses must implement this to take care of loading their data, as per Loader.StartLoading.

Syntax

[Android.Runtime.Register("onStartLoading", "()V", "GetOnStartLoadingHandler")]
protected virtual void OnStartLoading ()

Remarks

Subclasses must implement this to take care of loading their data, as per Loader.StartLoading. This is not called by clients directly, but as a result of a call to Loader.StartLoading.

[Android Documentation]

Requirements

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