ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1TileBase Class / CommandParameter Property

In This Topic
    CommandParameter Property
    In This Topic
    Gets or sets the parameter to pass to the Command property.
    Syntax
    'Declaration
     
    Public Property CommandParameter As System.Object
    public System.object CommandParameter {get; set;}
    See Also