ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / DropDownFormBase Class / OnVisibleChanged Method

In This Topic
    OnVisibleChanged Method (DropDownFormBase)
    In This Topic
    Raises the System.Windows.Forms.Control.VisibleChanged event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnVisibleChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnVisibleChanged( 
       System.EventArgs e
    )

    Parameters

    e
    See Also