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