Share via


TouchHitTestingEventArgs.Handled 屬性

定義

取得或設定值,指出是否已處理 TouchHitTesting 事件。

public:
 property bool Handled { bool get(); void set(bool value); };
bool Handled();

void Handled(bool value);
public bool Handled { get; set; }
var boolean = touchHitTestingEventArgs.handled;
touchHitTestingEventArgs.handled = boolean;
Public Property Handled As Boolean

屬性值

Boolean

bool

如果已處理事件,則為 True;否則為 false。

實作

適用於