ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownForm Class / OnVisualStyleChanged Method
The event arguments.

In This Topic
    OnVisualStyleChanged Method (DropDownForm)
    In This Topic
    Invokes the VisualStyleChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnVisualStyleChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnVisualStyleChanged( 
       EventArgs e
    )

    Parameters

    e
    The event arguments.
    See Also