Click or drag to resize

SpriteCheckBeforeMove Event

This event fires off before a sprite is drawn. Use it if you have constraints. You can change the location or cancel the move entirely.

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

Value

Type: SpriteLibrarySpriteSpriteEventHandler
See Also