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


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