aspnetcore-js-devexpress-dot-richedit-590f9542.md
Contains data for the PointerDown and PointerUp events.
export class PointerEventArgs extends EventArgs
The PointerDown and PointerUp event handlers receive an argument of the KeyboardEventArgs type. The argument’s properties provide information specific to these events.
EventArgs PointerEventArgs
Specifies whether the event is handled.
handled: boolean
| Type | Description |
|---|---|
| boolean |
true , if the event is handled and further processing is not required; otherwise false.
|
Gets a DHTML event object that relates to the processed event.
htmlEvent: MouseEvent
| Type | Description |
|---|---|
| MouseEvent |
An object that maintains DHTML event-specific information.
|
Use the htmlEvent property to access an object that contains DHTML event information (such as the HTML element in which the event occurred, the state of the keyboard keys, the location of the mouse, the state of the mouse buttons, etc.).