Show / Hide Table of Contents

    Class AnimationCompletedEventArgs

    Event arguments for when an animation completes.

    Inheritance
    System.Object
    System.EventArgs
    AnimationCompletedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public class AnimationCompletedEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    AnimationCompletedEventArgs(Boolean)

    Initializes a new instance of the AnimationCompletedEventArgs class.

    Declaration
    public AnimationCompletedEventArgs(bool completedSuccessfully)
    Parameters
    Type Name Description
    System.Boolean completedSuccessfully

    If set to true completed successfully.

    Properties

    | Improve this Doc View Source

    CompletedSuccessfully

    Gets a value indicating whether this animation completed successfully.

    Declaration
    public bool CompletedSuccessfully { get; }
    Property Value
    Type Description
    System.Boolean

    true if completed successfully; otherwise, false.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX