FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / Click Event


In This Topic
Click Event (RoundedRectangleShape)
In This Topic
Occurs when the user clicks the element.
Syntax
'Declaration
 
Public Event Click As EventHandler
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim handler As EventHandler
 
AddHandler instance.Click, handler
See Also