Ticker.Fire 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.
Action qui est déclenché lorsque cet intervalle de graduation a été atteint.
public:
property Action ^ Fire { Action ^ get(); void set(Action ^ value); };
public Action? Fire { get; set; }
member this.Fire : Action with get, set
Public Property Fire As Action