StartedEventArgs Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic StartedEventArgs(
bool forward
)
Public Sub New (
forward As Boolean
)
public:
StartedEventArgs(
bool forward
)
new :
forward : bool -> StartedEventArgs
Parameters
- forward
- Type: System.Boolean
True if animation has been started in the forward direction; false if in the backward direction.
See Also