SeekBar.IOnSeekBarChangeListener.OnStopTrackingTouch(SeekBar) 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.
Notification that the user has finished a touch gesture.
[Android.Runtime.Register("onStopTrackingTouch", "(Landroid/widget/SeekBar;)V", "GetOnStopTrackingTouch_Landroid_widget_SeekBar_Handler:Android.Widget.SeekBar/IOnSeekBarChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnStopTrackingTouch (Android.Widget.SeekBar? seekBar);
[<Android.Runtime.Register("onStopTrackingTouch", "(Landroid/widget/SeekBar;)V", "GetOnStopTrackingTouch_Landroid_widget_SeekBar_Handler:Android.Widget.SeekBar/IOnSeekBarChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnStopTrackingTouch : Android.Widget.SeekBar -> unit
Parameters
- seekBar
- SeekBar
The SeekBar in which the touch gesture began
- Attributes
Remarks
Notification that the user has finished a touch gesture. Clients may want to use this to re-enable advancing the seekbar.
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.