Bagikan melalui


TouchEventArgs.ChangedTouches Properti

Definisi

Daftar Sentuhan untuk setiap titik kontak yang berkontribusi pada acara. Untuk peristiwa touchstart, ini harus berupa daftar titik sentuh yang baru saja aktif dengan peristiwa saat ini. Untuk peristiwa touchmove, ini harus menjadi daftar titik sentuh yang telah dipindahkan sejak peristiwa terakhir. Untuk peristiwa touchend dan touchcancel, ini harus menjadi daftar titik sentuh yang baru saja dihapus dari permukaan.

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()

Nilai Properti

Berlaku untuk