Class AnimationDomainEvent
Provides static event descriptors for the IAnimation.
public static class AnimationDomainEvent
- Inheritance
-
AnimationDomainEvent
- Inherited Members
Properties
AnimationCanceled
Event for when an animation has been cancelled.
public static EventDescriptor<CdpEventArgs<AnimationCanceledEventArgs>> AnimationCanceled { get; }
Property Value
- EventDescriptor<CdpEventArgs<AnimationCanceledEventArgs>>
AnimationCreated
Event for each animation that has been created.
public static EventDescriptor<CdpEventArgs<AnimationCreatedEventArgs>> AnimationCreated { get; }
Property Value
- EventDescriptor<CdpEventArgs<AnimationCreatedEventArgs>>
AnimationStarted
Event for animation that has been started.
public static EventDescriptor<CdpEventArgs<AnimationStartedEventArgs>> AnimationStarted { get; }
Property Value
- EventDescriptor<CdpEventArgs<AnimationStartedEventArgs>>
AnimationUpdated
Event for animation that has been updated.
public static EventDescriptor<CdpEventArgs<AnimationUpdatedEventArgs>> AnimationUpdated { get; }
Property Value
- EventDescriptor<CdpEventArgs<AnimationUpdatedEventArgs>>