ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / TileChecked Event

In This Topic
    TileChecked Event (C1TileControl)
    In This Topic
    Occurs when some tile is checked.
    Syntax
    'Declaration
     
    
    Public Event TileChecked As EventHandler(Of TileEventArgs)
    public event EventHandler<TileEventArgs> TileChecked
    Event Data

    The event handler receives an argument of type TileEventArgs containing data related to this event. The following TileEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the Tile object affected by the event.  
    See Also