Click or drag to resize

SpriteMouseEnter Event

When the mouse moves over the sprite. Use this for a menu, when you want the menu item to glow when the mouse is over the menu item sprite.

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

Value

Type: SpriteLibrarySpriteSpriteEventHandler
See Also