Spread WinForms 15
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
See Also