'宣言 Public Event QueryStatus As EventHandler(Of QueryStatusEventArgs)
public event EventHandler<QueryStatusEventArgs> QueryStatus
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、QueryStatusEventArgs 型の引数を受け取りました。次の QueryStatusEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
AllowPressAndHold | Gets or sets whether the press and hold (right-click) gesture is supported. |
FromPen | Gets a value indicating if the event came from the stylus pen. |
X | Gets the contact's X coordinate, in pixels. C1.Win.Touch.TouchEventArgsから継承されます。 |
Y | Gets the contact's Y coordinate, in pixels. C1.Win.Touch.TouchEventArgsから継承されます。 |
参照