Android.Webkit.WebViewClient.OnScaleChanged Method
Notify the host application that the scale applied to the WebView has changed.

Syntax

[Android.Runtime.Register("onScaleChanged", "(Landroid/webkit/WebView;FF)V", "GetOnScaleChanged_Landroid_webkit_WebView_FFHandler")]
public virtual void OnScaleChanged (WebView view, float oldScale, float newScale)

Parameters

view
he WebView that is initiating the callback.
oldScale
The old scale factor
newScale
The new scale factor

Remarks

Notify the host application that the scale applied to the WebView has changed.

[Android Documentation]

Requirements

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