UIView.AnimationWillEnd Event

Definition

This event is raised when the animations will end.

public static event Action AnimationWillEnd;
member this.AnimationWillEnd : Action 

Event Type

Remarks

The use of this method is discouraged. Application developers should prefer to use the UIViewPropertyAnimator class to animate UIViews.

Notice that these events are only fired as long as the application does not install its own animation delegate by calling SetAnimationDelegate(NSObject).

Applies to