Window.UnregisterScrollCaptureCallback(IScrollCaptureCallback) 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.
Unregisters a ScrollCaptureCallback
previously registered with this window.
[Android.Runtime.Register("unregisterScrollCaptureCallback", "(Landroid/view/ScrollCaptureCallback;)V", "GetUnregisterScrollCaptureCallback_Landroid_view_ScrollCaptureCallback_Handler", ApiSince=31)]
public virtual void UnregisterScrollCaptureCallback (Android.Views.IScrollCaptureCallback callback);
[<Android.Runtime.Register("unregisterScrollCaptureCallback", "(Landroid/view/ScrollCaptureCallback;)V", "GetUnregisterScrollCaptureCallback_Landroid_view_ScrollCaptureCallback_Handler", ApiSince=31)>]
abstract member UnregisterScrollCaptureCallback : Android.Views.IScrollCaptureCallback -> unit
override this.UnregisterScrollCaptureCallback : Android.Views.IScrollCaptureCallback -> unit
Parameters
- callback
- IScrollCaptureCallback
the callback to remove
- Attributes
Remarks
Unregisters a ScrollCaptureCallback
previously registered with this window.
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.