ScanOverlay Events |
The ScanOverlay type exposes the following members.
Name | Description | |
---|---|---|
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.) | |
Drop | Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from UIElement.) | |
GotFocus | Occurs when a UIElement receives focus. (Inherited from UIElement.) | |
Holding | Occurs when an otherwise unhandled Hold interaction occurs over the hit test area of this element. (Inherited from UIElement.) | |
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. (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.) | |
LostFocus | Occurs when a UIElement loses focus. (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.) | |
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. (Inherited from UIElement.) | |
PointerWheelChanged | Occurs when the delta value of a pointer wheel changes. (Inherited from UIElement.) | |
PropertyChanged |
Property changed handler
| |
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.) |