UIView.AnimationWillEnd Event
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.
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).