True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / OnVisualStyleChanged Method
The System.EventArgs instance containing the event data.

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

    Parameters

    e
    The System.EventArgs instance containing the event data.
    See Also