The members of MonoMac.CoreAnimation.CAAnimationDelegate are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to call on derived classes when the derived class has an [Export] constructor. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
AnimationStarted(CAAnimation)The animation has started. | ||
AnimationStopped(CAAnimation, bool)The animation has stopped. Use the bool value to determine if this is a temporary pause, or the end of the animation. | ||