[]
Provides data for pointer-related events in the viewer, including information about mouse, touch, or stylus input.
public class PagePointerEventArgs : EventArgs
Public Class PagePointerEventArgs
Inherits EventArgs
This class extends MouseEventArgs to support additional pointer event scenarios, such as handling touch or stylus interactions in viewer controls. Use this event data to access details about the pointer input when responding to user actions in the viewer.
| Name | Description |
|---|---|
| Button | Gets the mouse button that was pressed during the mouse event. |
| Clicks | The number of times the mouse button was pressed or released. |
| DeltaSign | Gets a sign of the mouse wheel delta (-1, 0, or 1). |
| HitTestInfo | Contains information about a specific point within C1.Document.C1Page. |
| Page | Gets the current page associated with this instance. |
| X | X-coordinate relative to page, in C1.Document.C1Document.MeasurementUnits. |
| Y | Y-coordinate relative to page, in C1.Document.C1Document.MeasurementUnits. |