共用方式為


TouchEventArgs.ChangedTouches 屬性

定義

參與事件之每個連絡點的觸控清單。 針對 touchstart 事件,這必須是剛開始使用目前事件的觸控點清單。 針對 touchmove 事件,這必須是自上一個事件後移動的觸控點清單。 對於 touchend 和 touchcancel 事件,這必須是剛從表面移除的觸控點清單。

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

屬性值

適用於