Released event
Occurs when you release the primary mouse button while the mouse pointer is over the button, or release the Enter key while the button has the input focus.
This is the default event for the Button object.
Any built-in release action of the button also occurs (for example, a tag set or command run).
Syntax
object
_Released
where
object
– is the name of a Button object or an expression that evaluates to a Button object.Provide Feedback