Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextShape Class / Changed Event


In This Topic
    Changed Event (TextShape)
    In This Topic
    Occurs when the element changes.
    Syntax
    'Declaration
     
    
    Public Event Changed As EventHandler
    'Usage
     
    
    Dim instance As TextShape
    Dim handler As EventHandler
     
    AddHandler instance.Changed, handler
    public event EventHandler Changed
    See Also