Click or drag to resize
SpriteSpriteArrivedAtEndPoint Event
An event for when you tell a Sprite to MoveTo(Point) a specific point, or, when you tell the Sprite to MoveTo(list of points). When the Sprite has reached the final destination, the Sprite fires off this event.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntax
C#
public event SpriteSpriteEventHandler SpriteArrivedAtEndPoint

Value

Type: SpriteLibrarySpriteSpriteEventHandler
See Also