Android.Animation.LayoutTransition.AddTransitionListener Method
Add a listener that will be called when the bounds of the view change due to layout processing.

Syntax

[Android.Runtime.Register("addTransitionListener", "(Landroid/animation/LayoutTransition$TransitionListener;)V", "GetAddTransitionListener_Landroid_animation_LayoutTransition_TransitionListener_Handler")]
public virtual void AddTransitionListener (LayoutTransition.ITransitionListener listener)

Parameters

listener
The listener that will be called when layout bounds change.

Remarks

Add a listener that will be called when the bounds of the view change due to layout processing.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11