Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / VisibleChanged Event


In This Topic
VisibleChanged Event
In This Topic
Occurs when the System.Windows.Forms.Control.Visible property value changes.
Syntax
'Declaration
 
Public Event VisibleChanged As EventHandler
 
'Usage
 
Dim instance As RichTextEditor
Dim handler As EventHandler
 
AddHandler instance.VisibleChanged, handler
See Also