Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CrescentShape Class / Click Event


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