CAAnimationStateEventArgs Class
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.
Provides data for the E:CoreAnimation.CAAnimationStateEventArgs.AnimationStopped event.
public class CAAnimationStateEventArgs : EventArgs
type CAAnimationStateEventArgs = class
inherit EventArgs
- Inheritance
-
CAAnimationStateEventArgs
Remarks
Temporary remarks for testing: Bad cref is E:CoreAnimation.CAAnimationStateEventArgs.AnimationStopped. Actual desired cref is E:CoreAnimation.CAAnimation.AnimationStopped
Raw text with XML comment: Provides data for the E:CoreAnimation.CAAnimationStateEventArgs.AnimationStopped event.
Link to https://docs.microsoft.com/en-us/search/index?search=CoreAnimation.CAAnimationStateEventArgs.AnimationStopped&scope=Xamarin : E:CoreAnimation.CAAnimationStateEventArgs.AnimationStopped
Link to separated camelcase https://docs.microsoft.com/en-us/search/index?search=Core+Animation+CAAnimationStateEventArgs+AnimationStopped&scope=Xamarin : E:CoreAnimation.CAAnimationStateEventArgs.AnimationStopped
Constructors
CAAnimationStateEventArgs(Boolean) |
Initializes a new instance of the CAAnimationStateEventArgs class. |
Properties
Finished |
Whether the animation finished or is merely paused. |