UIView.AnimationWillStart Event

Definition

This event is raised when the animations will start.

public static event Action AnimationWillStart;
member this.AnimationWillStart : 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