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


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