ContextMenuClosing | Occurs just before any context menu on the element is closed. (Унаследован от FrameworkElement) |
ContextMenuOpening | Occurs when any context menu on the element is opened. (Унаследован от FrameworkElement) |
DataContextChanged | Occurs when the data context for this element changes. (Унаследован от FrameworkElement) |
DragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. (Унаследован от UIElement) |
DragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. (Унаследован от UIElement) |
DragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Унаследован от UIElement) |
Drop | Occurs when the input system reports an underlying drop event with this element as the drop target. (Унаследован от UIElement) |
FocusableChanged | Occurs when the value of the Focusable property changes. (Унаследован от UIElement) |
GiveFeedback | Occurs when the input system reports an underlying drag-and-drop event that involves this element. (Унаследован от UIElement) |
GotFocus | Occurs when this element gets logical focus. (Унаследован от UIElement) |
GotKeyboardFocus | Occurs when the keyboard is focused on this element. (Унаследован от UIElement) |
GotMouseCapture | Occurs when this element captures the mouse. (Унаследован от UIElement) |
GotStylusCapture | Occurs when this element captures the stylus. (Унаследован от UIElement) |
GotTouchCapture | Occurs when a touch is captured to this element. (Унаследован от UIElement) |
Initialized | Occurs when this FrameworkElement is initialized. This event coincides with cases where the value of the IsInitialized property changes from false (or undefined) to true. (Унаследован от FrameworkElement) |
IsEnabledChanged | Occurs when the value of the IsEnabled property on this element changes. (Унаследован от UIElement) |
IsHitTestVisibleChanged | Occurs when the value of the IsHitTestVisible dependency property changes on this element. (Унаследован от UIElement) |
IsKeyboardFocusedChanged | Occurs when the value of the IsKeyboardFocused property changes on this element. (Унаследован от UIElement) |
IsKeyboardFocusWithinChanged | Occurs when the value of the IsKeyboardFocusWithin property changes on this element. (Унаследован от UIElement) |
IsMouseCapturedChanged | Occurs when the value of the IsMouseCaptured property changes on this element. (Унаследован от UIElement) |
IsMouseCaptureWithinChanged | Occurs when the value of the IsMouseCaptureWithinProperty changes on this element. (Унаследован от UIElement) |
IsMouseDirectlyOverChanged | Occurs when the value of the IsMouseDirectlyOver property changes on this element. (Унаследован от UIElement) |
IsStylusCapturedChanged | Occurs when the value of the IsStylusCaptured property changes on this element. (Унаследован от UIElement) |
IsStylusCaptureWithinChanged | Occurs when the value of the IsStylusCaptureWithin property changes on this element. (Унаследован от UIElement) |
IsStylusDirectlyOverChanged | Occurs when the value of the IsStylusDirectlyOver property changes on this element. (Унаследован от UIElement) |
IsVisibleChanged | Occurs when the value of the IsVisible property changes on this element. (Унаследован от UIElement) |
KeyDown | Occurs when a key is pressed while focus is on this element. (Унаследован от UIElement) |
KeyUp | Occurs when a key is released while focus is on this element. (Унаследован от UIElement) |
LayoutUpdated | Occurs when the layout of the various visual elements associated with the current Dispatcher changes. (Унаследован от UIElement) |
Loaded | Occurs when the element is laid out, rendered, and ready for interaction. (Унаследован от FrameworkElement) |
LostFocus | Occurs when this element loses logical focus. (Унаследован от UIElement) |
LostKeyboardFocus | Occurs when the keyboard is no longer focused on this element. (Унаследован от UIElement) |
LostMouseCapture | Occurs when this element loses mouse capture. (Унаследован от UIElement) |
LostStylusCapture | Occurs when this element loses stylus capture. (Унаследован от UIElement) |
LostTouchCapture | Occurs when this element loses a touch capture. (Унаследован от UIElement) |
ManipulationBoundaryFeedback | Occurs when the manipulation encounters a boundary. (Унаследован от UIElement) |
ManipulationCompleted | Occurs when a manipulation and inertia on the UIElement object is complete. (Унаследован от UIElement) |
ManipulationDelta | Occurs when the input device changes position during a manipulation. (Унаследован от UIElement) |
ManipulationInertiaStarting | Occurs when the input device loses contact with the UIElement object during a manipulation and inertia begins. (Унаследован от UIElement) |
ManipulationStarted | Occurs when an input device begins a manipulation on the UIElement object. (Унаследован от UIElement) |
ManipulationStarting | Occurs when the manipulation processor is first created. (Унаследован от UIElement) |
MouseDoubleClick | Occurs when a mouse button is clicked two or more times. (Унаследован от Control) |
MouseDown | Occurs when any mouse button is pressed while the pointer is over this element. (Унаследован от UIElement) |
MouseEnter | Occurs when the mouse pointer enters the bounds of this element. (Унаследован от UIElement) |
MouseLeave | Occurs when the mouse pointer leaves the bounds of this element. (Унаследован от UIElement) |
MouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. (Унаследован от UIElement) |
MouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. (Унаследован от UIElement) |
MouseMove | Occurs when the mouse pointer moves while over this element. (Унаследован от UIElement) |
MouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. (Унаследован от UIElement) |
MouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. (Унаследован от UIElement) |
MouseUp | Occurs when any mouse button is released over this element. (Унаследован от UIElement) |
MouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Унаследован от UIElement) |
PreviewDragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. (Унаследован от UIElement) |
PreviewDragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. (Унаследован от UIElement) |
PreviewDragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Унаследован от UIElement) |
PreviewDrop | Occurs when the input system reports an underlying drop event with this element as the drop target. (Унаследован от UIElement) |
PreviewGiveFeedback | Occurs when a drag-and-drop operation is started. (Унаследован от UIElement) |
PreviewGotKeyboardFocus | Occurs when the keyboard is focused on this element. (Унаследован от UIElement) |
PreviewKeyDown | Occurs when a key is pressed while focus is on this element. (Унаследован от UIElement) |
PreviewKeyUp | Occurs when a key is released while focus is on this element. (Унаследован от UIElement) |
PreviewLostKeyboardFocus | Occurs when the keyboard is no longer focused on this element. (Унаследован от UIElement) |
PreviewMouseDoubleClick | Occurs when a user clicks the mouse button two or more times. (Унаследован от Control) |
PreviewMouseDown | Occurs when any mouse button is pressed while the pointer is over this element. (Унаследован от UIElement) |
PreviewMouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. (Унаследован от UIElement) |
PreviewMouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. (Унаследован от UIElement) |
PreviewMouseMove | Occurs when the mouse pointer moves while the mouse pointer is over this element. (Унаследован от UIElement) |
PreviewMouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. (Унаследован от UIElement) |
PreviewMouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. (Унаследован от UIElement) |
PreviewMouseUp | Occurs when any mouse button is released while the mouse pointer is over this element. (Унаследован от UIElement) |
PreviewMouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Унаследован от UIElement) |
PreviewQueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Унаследован от UIElement) |
PreviewStylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. (Унаследован от UIElement) |
PreviewStylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. (Унаследован от UIElement) |
PreviewStylusDown | Occurs when the stylus touches the digitizer while it is over this element. (Унаследован от UIElement) |
PreviewStylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. (Унаследован от UIElement) |
PreviewStylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. (Унаследован от UIElement) |
PreviewStylusMove | Occurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, PreviewStylusInAirMove is raised instead. (Унаследован от UIElement) |
PreviewStylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected. (Унаследован от UIElement) |
PreviewStylusSystemGesture | Occurs when a user performs one of several stylus gestures. (Унаследован от UIElement) |
PreviewStylusUp | Occurs when the user raises the stylus off the digitizer while the stylus is over this element. (Унаследован от UIElement) |
PreviewTextInput | Occurs when this element gets text in a device-independent manner. (Унаследован от UIElement) |
PreviewTouchDown | Occurs when a finger touches the screen while the finger is over this element. (Унаследован от UIElement) |
PreviewTouchMove | Occurs when a finger moves on the screen while the finger is over this element. (Унаследован от UIElement) |
PreviewTouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. (Унаследован от UIElement) |
QueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Унаследован от UIElement) |
QueryCursor | Occurs when the cursor is requested to display. This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position. (Унаследован от UIElement) |
RequestBringIntoView | Occurs when BringIntoView(Rect) is called on this element. (Унаследован от FrameworkElement) |
SelectionChanged | Occurs when the text selection has changed. (Унаследован от TextBoxBase) |
SizeChanged | Occurs when either the ActualHeight or the ActualWidth properties change value on this element. (Унаследован от FrameworkElement) |
SourceUpdated | Occurs when the source value changes for any existing property binding on this element. (Унаследован от FrameworkElement) |
StylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. (Унаследован от UIElement) |
StylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. (Унаследован от UIElement) |
StylusDown | Occurs when the stylus touches the digitizer while the stylus is over this element. (Унаследован от UIElement) |
StylusEnter | Occurs when the stylus enters the bounds of this element. (Унаследован от UIElement) |
StylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. (Унаследован от UIElement) |
StylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. (Унаследован от UIElement) |
StylusLeave | Occurs when the stylus leaves the bounds of the element. (Унаследован от UIElement) |
StylusMove | Occurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, StylusInAirMove is raised instead. (Унаследован от UIElement) |
StylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected, while over this element. (Унаследован от UIElement) |
StylusSystemGesture | Occurs when a user performs one of several stylus gestures. (Унаследован от UIElement) |
StylusUp | Occurs when the user raises the stylus off the digitizer while it is over this element. (Унаследован от UIElement) |
TargetUpdated | Occurs when the target value changes for any property binding on this element. (Унаследован от FrameworkElement) |
TextChanged | Occurs when content changes in the text element. (Унаследован от TextBoxBase) |
TextInput | Occurs when this element gets text in a device-independent manner. (Унаследован от UIElement) |
ToolTipClosing | Occurs just before any tooltip on the element is closed. (Унаследован от FrameworkElement) |
ToolTipOpening | Occurs when any tooltip on the element is opened. (Унаследован от FrameworkElement) |
TouchDown | Occurs when a finger touches the screen while the finger is over this element. (Унаследован от UIElement) |
TouchEnter | Occurs when a touch moves from outside to inside the bounds of this element. (Унаследован от UIElement) |
TouchLeave | Occurs when a touch moves from inside to outside the bounds of this element. (Унаследован от UIElement) |
TouchMove | Occurs when a finger moves on the screen while the finger is over this element. (Унаследован от UIElement) |
TouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. (Унаследован от UIElement) |
Unloaded | Occurs when the element is removed from within an element tree of loaded elements. (Унаследован от FrameworkElement) |