FragmentManager.IOnBackStackChangedListener.OnBackStackChanged 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 whenever the contents of the back stack change.
[Android.Runtime.Register("onBackStackChanged", "()V", "GetOnBackStackChangedHandler:Android.App.FragmentManager/IOnBackStackChangedListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnBackStackChanged ();
[<Android.Runtime.Register("onBackStackChanged", "()V", "GetOnBackStackChangedHandler:Android.App.FragmentManager/IOnBackStackChangedListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnBackStackChanged : unit -> unit
- Attributes
Remarks
Called whenever the contents of the back stack change.
Java documentation for android.app.FragmentManager.OnBackStackChangedListener.onBackStackChanged()
.
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.