StringValueEditor - события

События

ContextMenuClosingOccurs just before any context menu on the element is closed.
(Унаследован от FrameworkElement)
ContextMenuOpeningOccurs when any context menu on the element is opened.
(Унаследован от FrameworkElement)
DataContextChangedOccurs when the data context for this element changes.
(Унаследован от FrameworkElement)
DragEnterOccurs when the input system reports an underlying drag event with this element as the drag target.
(Унаследован от UIElement)
DragLeaveOccurs when the input system reports an underlying drag event with this element as the drag origin.
(Унаследован от UIElement)
DragOverOccurs when the input system reports an underlying drag event with this element as the potential drop target.
(Унаследован от UIElement)
DropOccurs when the input system reports an underlying drop event with this element as the drop target.
(Унаследован от UIElement)
FocusableChangedOccurs when the value of the Focusable property changes.
(Унаследован от UIElement)
GiveFeedbackOccurs when the input system reports an underlying drag-and-drop event that involves this element.
(Унаследован от UIElement)
GotFocusOccurs when this element gets logical focus.
(Унаследован от UIElement)
GotKeyboardFocusOccurs when the keyboard is focused on this element.
(Унаследован от UIElement)
GotMouseCaptureOccurs when this element captures the mouse.
(Унаследован от UIElement)
GotStylusCaptureOccurs when this element captures the stylus.
(Унаследован от UIElement)
GotTouchCaptureOccurs when a touch is captured to this element.
(Унаследован от UIElement)
InitializedOccurs 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)
IsEnabledChangedOccurs when the value of the IsEnabled property on this element changes.
(Унаследован от UIElement)
IsHitTestVisibleChangedOccurs when the value of the IsHitTestVisible dependency property changes on this element.
(Унаследован от UIElement)
IsKeyboardFocusedChangedOccurs when the value of the IsKeyboardFocused property changes on this element.
(Унаследован от UIElement)
IsKeyboardFocusWithinChangedOccurs when the value of the IsKeyboardFocusWithin property changes on this element.
(Унаследован от UIElement)
IsMouseCapturedChangedOccurs when the value of the IsMouseCaptured property changes on this element.
(Унаследован от UIElement)
IsMouseCaptureWithinChangedOccurs when the value of the IsMouseCaptureWithinProperty changes on this element.
(Унаследован от UIElement)
IsMouseDirectlyOverChangedOccurs when the value of the IsMouseDirectlyOver property changes on this element.
(Унаследован от UIElement)
IsStylusCapturedChangedOccurs when the value of the IsStylusCaptured property changes on this element.
(Унаследован от UIElement)
IsStylusCaptureWithinChangedOccurs when the value of the IsStylusCaptureWithin property changes on this element.
(Унаследован от UIElement)
IsStylusDirectlyOverChangedOccurs when the value of the IsStylusDirectlyOver property changes on this element.
(Унаследован от UIElement)
IsVisibleChangedOccurs when the value of the IsVisible property changes on this element.
(Унаследован от UIElement)
KeyDownOccurs when a key is pressed while focus is on this element.
(Унаследован от UIElement)
KeyUpOccurs when a key is released while focus is on this element.
(Унаследован от UIElement)
LayoutUpdatedOccurs when the layout of the various visual elements associated with the current Dispatcher changes.
(Унаследован от UIElement)
LoadedOccurs when the element is laid out, rendered, and ready for interaction.
(Унаследован от FrameworkElement)
LostFocusOccurs when this element loses logical focus.
(Унаследован от UIElement)
LostKeyboardFocusOccurs when the keyboard is no longer focused on this element.
(Унаследован от UIElement)
LostMouseCaptureOccurs when this element loses mouse capture.
(Унаследован от UIElement)
LostStylusCaptureOccurs when this element loses stylus capture.
(Унаследован от UIElement)
LostTouchCaptureOccurs when this element loses a touch capture.
(Унаследован от UIElement)
ManipulationBoundaryFeedbackOccurs when the manipulation encounters a boundary.
(Унаследован от UIElement)
ManipulationCompletedOccurs when a manipulation and inertia on the UIElement object is complete.
(Унаследован от UIElement)
ManipulationDeltaOccurs when the input device changes position during a manipulation.
(Унаследован от UIElement)
ManipulationInertiaStartingOccurs when the input device loses contact with the UIElement object during a manipulation and inertia begins.
(Унаследован от UIElement)
ManipulationStartedOccurs when an input device begins a manipulation on the UIElement object.
(Унаследован от UIElement)
ManipulationStartingOccurs when the manipulation processor is first created.
(Унаследован от UIElement)
MouseDoubleClickOccurs when a mouse button is clicked two or more times.
(Унаследован от Control)
MouseDownOccurs when any mouse button is pressed while the pointer is over this element.
(Унаследован от UIElement)
MouseEnterOccurs when the mouse pointer enters the bounds of this element.
(Унаследован от UIElement)
MouseLeaveOccurs when the mouse pointer leaves the bounds of this element.
(Унаследован от UIElement)
MouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over this element.
(Унаследован от UIElement)
MouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over this element.
(Унаследован от UIElement)
MouseMoveOccurs when the mouse pointer moves while over this element.
(Унаследован от UIElement)
MouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over this element.
(Унаследован от UIElement)
MouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over this element.
(Унаследован от UIElement)
MouseUpOccurs when any mouse button is released over this element.
(Унаследован от UIElement)
MouseWheelOccurs when the user rotates the mouse wheel while the mouse pointer is over this element.
(Унаследован от UIElement)
PreviewDragEnterOccurs when the input system reports an underlying drag event with this element as the drag target.
(Унаследован от UIElement)
PreviewDragLeaveOccurs when the input system reports an underlying drag event with this element as the drag origin.
(Унаследован от UIElement)
PreviewDragOverOccurs when the input system reports an underlying drag event with this element as the potential drop target.
(Унаследован от UIElement)
PreviewDropOccurs when the input system reports an underlying drop event with this element as the drop target.
(Унаследован от UIElement)
PreviewGiveFeedbackOccurs when a drag-and-drop operation is started.
(Унаследован от UIElement)
PreviewGotKeyboardFocusOccurs when the keyboard is focused on this element.
(Унаследован от UIElement)
PreviewKeyDownOccurs when a key is pressed while focus is on this element.
(Унаследован от UIElement)
PreviewKeyUpOccurs when a key is released while focus is on this element.
(Унаследован от UIElement)
PreviewLostKeyboardFocusOccurs when the keyboard is no longer focused on this element.
(Унаследован от UIElement)
PreviewMouseDoubleClickOccurs when a user clicks the mouse button two or more times.
(Унаследован от Control)
PreviewMouseDownOccurs when any mouse button is pressed while the pointer is over this element.
(Унаследован от UIElement)
PreviewMouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over this element.
(Унаследован от UIElement)
PreviewMouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over this element.
(Унаследован от UIElement)
PreviewMouseMoveOccurs when the mouse pointer moves while the mouse pointer is over this element.
(Унаследован от UIElement)
PreviewMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over this element.
(Унаследован от UIElement)
PreviewMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over this element.
(Унаследован от UIElement)
PreviewMouseUpOccurs when any mouse button is released while the mouse pointer is over this element.
(Унаследован от UIElement)
PreviewMouseWheelOccurs when the user rotates the mouse wheel while the mouse pointer is over this element.
(Унаследован от UIElement)
PreviewQueryContinueDragOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation.
(Унаследован от UIElement)
PreviewStylusButtonDownOccurs when the stylus button is pressed while the pointer is over this element.
(Унаследован от UIElement)
PreviewStylusButtonUpOccurs when the stylus button is released while the pointer is over this element.
(Унаследован от UIElement)
PreviewStylusDownOccurs when the stylus touches the digitizer while it is over this element.
(Унаследован от UIElement)
PreviewStylusInAirMoveOccurs when the stylus moves over an element without actually touching the digitizer.
(Унаследован от UIElement)
PreviewStylusInRangeOccurs when the stylus is close enough to the digitizer to be detected, while over this element.
(Унаследован от UIElement)
PreviewStylusMoveOccurs 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)
PreviewStylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected.
(Унаследован от UIElement)
PreviewStylusSystemGestureOccurs when a user performs one of several stylus gestures.
(Унаследован от UIElement)
PreviewStylusUpOccurs when the user raises the stylus off the digitizer while the stylus is over this element.
(Унаследован от UIElement)
PreviewTextInputOccurs when this element gets text in a device-independent manner.
(Унаследован от UIElement)
PreviewTouchDownOccurs when a finger touches the screen while the finger is over this element.
(Унаследован от UIElement)
PreviewTouchMoveOccurs when a finger moves on the screen while the finger is over this element.
(Унаследован от UIElement)
PreviewTouchUpOccurs when a finger is raised off of the screen while the finger is over this element.
(Унаследован от UIElement)
QueryContinueDragOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation.
(Унаследован от UIElement)
QueryCursorOccurs 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)
RequestBringIntoViewOccurs when BringIntoView(Rect) is called on this element.
(Унаследован от FrameworkElement)
SelectionChangedOccurs when the text selection has changed.
(Унаследован от TextBoxBase)
SizeChangedOccurs when either the ActualHeight or the ActualWidth properties change value on this element.
(Унаследован от FrameworkElement)
SourceUpdatedOccurs when the source value changes for any existing property binding on this element.
(Унаследован от FrameworkElement)
StylusButtonDownOccurs when the stylus button is pressed while the pointer is over this element.
(Унаследован от UIElement)
StylusButtonUpOccurs when the stylus button is released while the pointer is over this element.
(Унаследован от UIElement)
StylusDownOccurs when the stylus touches the digitizer while the stylus is over this element.
(Унаследован от UIElement)
StylusEnterOccurs when the stylus enters the bounds of this element.
(Унаследован от UIElement)
StylusInAirMoveOccurs when the stylus moves over an element without actually touching the digitizer.
(Унаследован от UIElement)
StylusInRangeOccurs when the stylus is close enough to the digitizer to be detected, while over this element.
(Унаследован от UIElement)
StylusLeaveOccurs when the stylus leaves the bounds of the element.
(Унаследован от UIElement)
StylusMoveOccurs 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)
StylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected, while over this element.
(Унаследован от UIElement)
StylusSystemGestureOccurs when a user performs one of several stylus gestures.
(Унаследован от UIElement)
StylusUpOccurs when the user raises the stylus off the digitizer while it is over this element.
(Унаследован от UIElement)
TargetUpdatedOccurs when the target value changes for any property binding on this element.
(Унаследован от FrameworkElement)
TextChangedOccurs when content changes in the text element.
(Унаследован от TextBoxBase)
TextInputOccurs when this element gets text in a device-independent manner.
(Унаследован от UIElement)
ToolTipClosingOccurs just before any tooltip on the element is closed.
(Унаследован от FrameworkElement)
ToolTipOpeningOccurs when any tooltip on the element is opened.
(Унаследован от FrameworkElement)
TouchDownOccurs when a finger touches the screen while the finger is over this element.
(Унаследован от UIElement)
TouchEnterOccurs when a touch moves from outside to inside the bounds of this element.
(Унаследован от UIElement)
TouchLeaveOccurs when a touch moves from inside to outside the bounds of this element.
(Унаследован от UIElement)
TouchMoveOccurs when a finger moves on the screen while the finger is over this element.
(Унаследован от UIElement)
TouchUpOccurs when a finger is raised off of the screen while the finger is over this element.
(Унаследован от UIElement)
UnloadedOccurs when the element is removed from within an element tree of loaded elements.
(Унаследован от FrameworkElement)

См. также