Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / ParentChanged Event


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