ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / OnBackColorChanged Method

In This Topic
    OnBackColorChanged Method (C1TileControl)
    In This Topic
    Raises the BackColorChanged event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnBackColorChanged( _
       ByVal e As EventArgs _
    ) 
    protected override void OnBackColorChanged( 
       EventArgs e
    )

    Parameters

    e
    See Also