Sprite.MouseUp Event
Animation Studio Reference

Sprite.MouseUp Event

This event fires, when the mouse button is released within the visible region of a sprite.

[Visual Basic]
Public Event MouseUp As MouseEventHandler
[C#]
public event MouseEventHandler MouseUp;

Remarks

You can add this event to the sprite, by double clicking the event in the Event Pane of the property tab in the designer.

See Also

Sprite Class | AnimationStudio Namespace