Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / SmartButton Object / ButtonClicked Event
In This Topic
ButtonClicked Event
In This Topic
This event occurs when a SmartUx Control button control is clicked.
Syntax
private Sub SmartButton_ButtonClicked ( 
   ByVal sender As Object _
) 

Parameters

sender
The event invoker
See Also