Click or drag to resize
SpriteMouseLeave Event
When the mouse moves off the sprite. Use this for a menu, when you want the menu item to stop glowing when the mouse moves away from the menu item sprite.

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

Value

Type: SpriteLibrarySpriteSpriteEventHandler
See Also