ICAAnimationDelegate Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Délégué pour répondre aux événements de cycle de vie des animations.
[Foundation.Protocol(FormalSince="10.0", Name="CAAnimationDelegate", WrapperType=typeof(CoreAnimation.CAAnimationDelegateWrapper))]
public interface ICAAnimationDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(FormalSince="10.12", Name="CAAnimationDelegate", WrapperType=typeof(CoreAnimation.CAAnimationDelegateWrapper))]
public interface ICAAnimationDelegate : IDisposable, ObjCRuntime.INativeObject
type ICAAnimationDelegate = interface
interface INativeObject
interface IDisposable
- Dérivé
- Attributs
- Implémente
Propriétés
Handle |
Handle (pointeur) vers la représentation d’objet non managée. (Hérité de INativeObject) |
Méthodes d’extension
AnimationStarted(ICAAnimationDelegate, CAAnimation) |
Méthode appelée au démarrage de l’animation spécifiée. |
AnimationStopped(ICAAnimationDelegate, CAAnimation, Boolean) |
Méthode appelée lorsque l’animation spécifiée s’arrête. |