ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / TileEventArgs Class / TileEventArgs Constructor

In This Topic
    TileEventArgs Constructor
    In This Topic
    Initializes a new instance of a TileEventArgs.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal tile As Tile _
    )
    public TileEventArgs( 
       Tile tile
    )

    Parameters

    tile
    See Also