Button.CommandParameter Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le paramètre à transmettre à la propriété Command. Il s’agit d’une propriété pouvant être liée.
public object CommandParameter { get; set; }
member this.CommandParameter : obj with get, set
Valeur de propriété
System.Object
Objet à passer à la propriété de commande. La valeur par défaut est null
.