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
Requirements
Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11