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

属性值

适用于