IOnBackAnimationCallback.OnBackStarted(BackEvent) 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.
Called when a back gesture has been started, or back button has been pressed down.
[Android.Runtime.Register("onBackStarted", "(Landroid/window/BackEvent;)V", "GetOnBackStarted_Landroid_window_BackEvent_Handler:Android.Window.IOnBackAnimationCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)]
public virtual void OnBackStarted (Android.Window.BackEvent backEvent);
[<Android.Runtime.Register("onBackStarted", "(Landroid/window/BackEvent;)V", "GetOnBackStarted_Landroid_window_BackEvent_Handler:Android.Window.IOnBackAnimationCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
abstract member OnBackStarted : Android.Window.BackEvent -> unit
override this.OnBackStarted : Android.Window.BackEvent -> unit
Parameters
- backEvent
- BackEvent
The BackEvent
containing information about the touch or
button press.
- Attributes
Remarks
Called when a back gesture has been started, or back button has been pressed down.
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.