'Declaration Public Event QueryStatus As EventHandler(Of QueryStatusEventArgs)
public event EventHandler<QueryStatusEventArgs> QueryStatus
Event Data
The event handler receives an argument of type QueryStatusEventArgs containing data related to this event. The following QueryStatusEventArgs properties provide information specific to this event.
Property | Description |
---|---|
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. (Inherited from C1.Win.Touch.TouchEventArgs) |
Y | Gets the contact's Y coordinate, in pixels. (Inherited from C1.Win.Touch.TouchEventArgs) |
See Also