Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBar Interface / ElementVisibleChanged Event


In This Topic
ElementVisibleChanged Event (IFpStatusBar)
In This Topic
Occurs when the visible property of the element is changed by the menu strip.
Syntax
'Declaration
 
Event ElementVisibleChanged As EventHandler
 
'Usage
 
Dim instance As IFpStatusBar
Dim handler As EventHandler
 
AddHandler instance.ElementVisibleChanged, handler
See Also