TouchEventArgs.ChangedTouches Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Elenco dei touch per ogni punto di contatto che ha contribuito all'evento. Per l'evento touchstart questo deve essere un elenco dei punti tocco che sono appena diventati attivi con l'evento corrente. Per l'evento touchmove questo deve essere un elenco dei punti di tocco spostati dall'ultimo evento. Per gli eventi touchend e touchcancel questo deve essere un elenco dei punti di tocco appena rimossi dalla superficie.
public:
property cli::array <Microsoft::AspNetCore::Components::Web::TouchPoint ^> ^ ChangedTouches { cli::array <Microsoft::AspNetCore::Components::Web::TouchPoint ^> ^ get(); void set(cli::array <Microsoft::AspNetCore::Components::Web::TouchPoint ^> ^ value); };
public Microsoft.AspNetCore.Components.Web.TouchPoint[] ChangedTouches { get; set; }
member this.ChangedTouches : Microsoft.AspNetCore.Components.Web.TouchPoint[] with get, set
Public Property ChangedTouches As TouchPoint()