Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / SmartButton.ButtonClickedEventHandler Event
The event invoker
In This Topic
SmartButton.ButtonClickedEventHandler Event
In This Topic
This event occurs when the user clicks on a SmartUx Button Control.
Syntax
<Runtime.InteropServices.ComVisibleAttribute(True)>
Public Delegate Sub SmartButton.ButtonClickedEventHandler( _
   ByVal sender As Object _
) 

Parameters

sender
The event invoker
See Also