Click or drag to resize
SpriteSpriteExitsPictureBox Event
This happens when the sprite has exited the picture box. Useful when you want to keep sprites from traveling on forever after exiting.

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

Value

Type: SpriteLibrarySpriteSpriteEventHandler
See Also