CursorButton Events |
The CursorButton type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccessKeyDisplayDismissed | Occurs when access keys should no longer be displayed. (Inherited from UIElement.) |
![]() | AccessKeyDisplayRequested | Occurs when the user requests that access keys be displayed. (Inherited from UIElement.) |
![]() | AccessKeyInvoked | Occurs when a user completes an access key sequence. (Inherited from UIElement.) |
![]() | ActualThemeChanged | Occurs when the ActualTheme property value has changed. (Inherited from FrameworkElement.) |
![]() | BringIntoViewRequested | Occurs when StartBringIntoView is called on this element or one of its descendants. (Inherited from UIElement.) |
![]() | CharacterReceived | Occurs when a single, composed character is received by the input queue. (Inherited from UIElement.) |
![]() | Click | Occurs when a button control is clicked. (Inherited from ButtonBase.) |
![]() | ContextCanceled | Occurs when a context input gesture continues into a manipulation gesture, to notify the element that the context flyout should not be opened. (Inherited from UIElement.) |
![]() | ContextRequested | Occurs when the user has completed a context input gesture, such as a right-click. (Inherited from UIElement.) |
![]() | DataContextChanged | Occurs when the value of the FrameworkElement.DataContext property changes. (Inherited from FrameworkElement.) |
![]() | DoubleTapped | Occurs when an otherwise unhandled DoubleTap interaction occurs over the hit test area of this element. (Inherited from UIElement.) |
![]() | DragEnter | Occurs when the input system reports an underlying drag event with this element as the target. (Inherited from UIElement.) |
![]() | DragLeave | Occurs when the input system reports an underlying drag event with this element as the origin. (Inherited from UIElement.) |
![]() | DragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from UIElement.) |
![]() | DragStarting | Occurs when a drag operation is initiated. (Inherited from UIElement.) |
![]() | Drop | Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from UIElement.) |
![]() | DropCompleted | Occurs when a drag-and-drop operation with this element as the source is ended. (Inherited from UIElement.) |
![]() | EffectiveViewportChanged | Occurs when the FrameworkElement's effective viewport changes. (Inherited from FrameworkElement.) |
![]() | FocusDisengaged | Occurs as focus is released from the control when the user presses the B/Back button on a game controller. (Inherited from Control.) |
![]() | FocusEngaged | Occurs as focus is constrained to the control when the user presses the A/Select button on a game controller. (Inherited from Control.) |
![]() | GettingFocus | Occurs before a UIElement receives focus. This event is raised synchronously to ensure focus isn't moved while the event is bubbling. (Inherited from UIElement.) |
![]() | GotFocus | Occurs when a UIElement receives focus. This event is raised asynchronously, so focus can move again before bubbling is complete. (Inherited from UIElement.) |
![]() | Holding | Occurs when an otherwise unhandled Hold interaction occurs over the hit test area of this element. (Inherited from UIElement.) |
![]() | IsEnabledChanged | Occurs when the IsEnabled property changes. (Inherited from Control.) |
![]() | KeyDown | Occurs when a keyboard key is pressed while the UIElement has focus. (Inherited from UIElement.) |
![]() | KeyUp | Occurs when a keyboard key is released while the UIElement has focus. (Inherited from UIElement.) |
![]() | LayoutUpdated | Occurs when the layout of the visual tree changes, due to layout-relevant properties changing value or some other action that refreshes the layout. (Inherited from FrameworkElement.) |
![]() | Loaded | Occurs when a FrameworkElement has been constructed and added to the object tree, and is ready for interaction. (Inherited from FrameworkElement.) |
![]() | Loading | Occurs when a FrameworkElement begins to load. (Inherited from FrameworkElement.) |
![]() | LosingFocus | Occurs before a UIElement loses focus. This event is raised synchronously to ensure focus isn't moved while the event is bubbling. (Inherited from UIElement.) |
![]() | LostFocus | Occurs when a UIElement loses focus. This event is raised asynchronously, so focus can move again before bubbling is complete. (Inherited from UIElement.) |
![]() | ManipulationCompleted | Occurs when a manipulation on the UIElement is complete. (Inherited from UIElement.) |
![]() | ManipulationDelta | Occurs when the input device changes position during a manipulation. (Inherited from UIElement.) |
![]() | ManipulationInertiaStarting | Occurs when the input device loses contact with the UIElement object during a manipulation and inertia begins. (Inherited from UIElement.) |
![]() | ManipulationStarted | Occurs when an input device begins a manipulation on the UIElement. (Inherited from UIElement.) |
![]() | ManipulationStarting | Occurs when the manipulation processor is first created. (Inherited from UIElement.) |
![]() | NoFocusCandidateFound | Occurs when a user attempts to move focus (via tab or directional arrows), but focus doesn't move because no focus candidate is found in the direction of movement. (Inherited from UIElement.) |
![]() | PointerCanceled | Occurs when a pointer that made contact abnormally loses contact. (Inherited from UIElement.) |
![]() | PointerCaptureLost | Occurs when pointer capture previously held by this element moves to another element or elsewhere. (Inherited from UIElement.) |
![]() | PointerEntered | Occurs when a pointer enters the hit test area of this element. (Inherited from UIElement.) |
![]() | PointerExited | Occurs when a pointer leaves the hit test area of this element. (Inherited from UIElement.) |
![]() | PointerMoved | Occurs when a pointer moves while the pointer remains within the hit test area of this element. (Inherited from UIElement.) |
![]() | PointerPressed | Occurs when the pointer device initiates a Press action within this element. (Inherited from UIElement.) |
![]() | PointerReleased | Occurs when the pointer device that previously initiated a Press action is released, while within this element. Note that the end of a Press action is not guaranteed to fire a PointerReleased event; other events may fire instead. For more info, see Remarks. (Inherited from UIElement.) |
![]() | PointerWheelChanged | Occurs when the delta value of a pointer wheel changes. (Inherited from UIElement.) |
![]() | PreviewKeyDown | Occurs when a keyboard key is pressed while the UIElement has focus. (Inherited from UIElement.) |
![]() | PreviewKeyUp | Occurs when a keyboard key is released while the UIElement has focus. (Inherited from UIElement.) |
![]() | ProcessKeyboardAccelerators | Occurs when a keyboard shortcut (or accelerator) is pressed. (Inherited from UIElement.) |
![]() | RightTapped | Occurs when a right-tap input stimulus happens while the pointer is over the element. (Inherited from UIElement.) |
![]() | SizeChanged | Occurs when either the ActualHeight or the ActualWidth property changes value on a FrameworkElement. (Inherited from FrameworkElement.) |
![]() | Tapped | Occurs when an otherwise unhandled Tap interaction occurs over the hit test area of this element. (Inherited from UIElement.) |
![]() | Unloaded | Occurs when this object is no longer connected to the main object tree. (Inherited from FrameworkElement.) |