ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabControl Class / OnStyleChanged Method

In This Topic
    OnStyleChanged Method
    In This Topic
    Invoked when the style in use on this element changes, which will invalidate the layout.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnStyleChanged( _
       ByVal oldStyle As Style, _
       ByVal newStyle As Style _
    ) 
    protected override void OnStyleChanged( 
       Style oldStyle,
       Style newStyle
    )

    Parameters

    oldStyle
    newStyle
    See Also