PointerRoutedEventArgs.IsGenerated 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示指標事件是從使用者與物件直接互動所發生,還是由平臺根據應用程式的 UI 變更而產生。
public:
property bool IsGenerated { bool get(); };
bool IsGenerated();
public bool IsGenerated { get; }
var boolean = pointerRoutedEventArgs.isGenerated;
Public ReadOnly Property IsGenerated As Boolean
屬性值
Boolean
bool
如果事件是由平臺產生,則為 True;否則為 false。
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
|
備註
平臺產生指標事件的一些範例包括:
- 移動流覽慣性完成之後,會在控制項上偵測到指標
- 當使用者使用鍵盤捲動或頁面內容時,會在控制項上偵測到指標
- 專案會新增或刪除清單,而指標底下的專案會變更