Event args to indicate a pointer event (i.e. mouse event).
int ClickCount
The number of clicks for the event. For example, for a double click, set this value to 2
. The default is 1
.
PointerOptions ToPointerOptions()
Converts the event args into PointerOptions that can be passed to methods like PointerUp() and PointerDown().