IReceiveMouseEvents Interface Members
The following tables list the members exposed by IReceiveMouseEvents.
Public Properties
| Name | Description | |
|---|---|---|
![]() | IsEnabled | Gets or sets whether the mouse target is enabled. |
![]() | MouseEventGroup | Gets or sets a Mouse Event Group, an ID used to share mouse events across multiple targets. |
Public Methods
| Name | Description | |
|---|---|---|
![]() | CanReceiveMouseEvents | Returns a value indicating whether mouse events should be propagated to the mouse target. |
![]() | OnMasterMouseLeave | Called when the MouseLeave event is fired for a Master of current MouseEventGroup. |
![]() | OnModifierDoubleClick | Called when a Mouse DoubleClick occurs. |
![]() | OnModifierKeyDown | Called when the KeyDown event is fired for the Master of the current MouseEventGroup |
![]() | OnModifierKeyUp | Called when the KeyUp event is fired for the Master of the current MouseEventGroup |
![]() | OnModifierMouseDown | Called when a Mouse Button is pressed. |
![]() | OnModifierMouseMove | Called when the Mouse is moved. |
![]() | OnModifierMouseUp | Called when a Mouse Button is released. |
![]() | OnModifierMouseWheel | Called when the Mouse Wheel is scrolled. |
![]() | ResetKeyboardFocus | Sets a keyboard focus on a parent root element of the mouse target. |
See Also

