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 SourceAnimationCompletedEventArgs(Boolean)
Initializes a new instance of the AnimationCompletedEventArgs class.
Declaration
public AnimationCompletedEventArgs(bool completedSuccessfully)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | completedSuccessfully | If set to |
Properties
| Improve this Doc View SourceCompletedSuccessfully
Gets a value indicating whether this animation completed successfully.
Declaration
public bool CompletedSuccessfully { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|