LayoutTransition.RemoveTransitionListener 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.
Remove a listener for layout changes.
[Android.Runtime.Register("removeTransitionListener", "(Landroid/animation/LayoutTransition$TransitionListener;)V", "GetRemoveTransitionListener_Landroid_animation_LayoutTransition_TransitionListener_Handler")]
public virtual void RemoveTransitionListener (Android.Animation.LayoutTransition.ITransitionListener? listener);
[<Android.Runtime.Register("removeTransitionListener", "(Landroid/animation/LayoutTransition$TransitionListener;)V", "GetRemoveTransitionListener_Landroid_animation_LayoutTransition_TransitionListener_Handler")>]
abstract member RemoveTransitionListener : Android.Animation.LayoutTransition.ITransitionListener -> unit
override this.RemoveTransitionListener : Android.Animation.LayoutTransition.ITransitionListener -> unit
Parameters
- listener
- LayoutTransition.ITransitionListener
The listener for layout bounds change.
- Attributes
Remarks
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.