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

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

    Parameters

    e
    See Also