|
Name |
Description |
|
Changed
|
Occurs after any property of the PivotGridGroup object has been changed.
|
|
ContextMenuClosing
|
Occurs just before any context menu on the element is closed. (Inherited from System.Windows.FrameworkContentElement)
|
|
ContextMenuOpening
|
Occurs when any context menu on the element is opened. (Inherited from System.Windows.FrameworkContentElement)
|
|
DataContextChanged
|
Occurs when this element's data context changes. (Inherited from System.Windows.FrameworkContentElement)
|
|
DragEnter
|
Occurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from System.Windows.ContentElement)
|
|
DragLeave
|
Occurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from System.Windows.ContentElement)
|
|
DragOver
|
Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from System.Windows.ContentElement)
|
|
Drop
|
Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from System.Windows.ContentElement)
|
|
FocusableChanged
|
Occurs when the value of the System.Windows.ContentElement.Focusable property changes. (Inherited from System.Windows.ContentElement)
|
|
GiveFeedback
|
Occurs when the input system reports an underlying drag-and-drop event that involves this element. (Inherited from System.Windows.ContentElement)
|
|
GotFocus
|
Occurs when this element gets logical focus. (Inherited from System.Windows.ContentElement)
|
|
GotKeyboardFocus
|
Occurs when the keyboard is focused on this element. (Inherited from System.Windows.ContentElement)
|
|
GotMouseCapture
|
Occurs when this element captures the mouse. (Inherited from System.Windows.ContentElement)
|
|
GotStylusCapture
|
Occurs when this element captures the stylus. (Inherited from System.Windows.ContentElement)
|
|
GotTouchCapture
|
(Inherited from System.Windows.ContentElement)
|
|
Initialized
|
Occurs when this System.Windows.FrameworkContentElement is initialized. This coincides with cases where the value of the System.Windows.FrameworkContentElement.IsInitialized property changes from false (or undefined) to true. (Inherited from System.Windows.FrameworkContentElement)
|
|
IsEnabledChanged
|
Occurs when the value of the System.Windows.ContentElement.IsEnabled property on this element changes. (Inherited from System.Windows.ContentElement)
|
|
IsKeyboardFocusedChanged
|
Occurs when the value of the System.Windows.ContentElement.IsKeyboardFocused property changes on this element. (Inherited from System.Windows.ContentElement)
|
|
IsKeyboardFocusWithinChanged
|
Occurs when the value of the System.Windows.ContentElement.IsKeyboardFocusWithinChanged property changes on this element. (Inherited from System.Windows.ContentElement)
|
|
IsMouseCapturedChanged
|
Occurs when the value of the System.Windows.ContentElement.IsMouseCaptured property changes on this element. (Inherited from System.Windows.ContentElement)
|
|
IsMouseCaptureWithinChanged
|
Occurs when the value of the System.Windows.ContentElement.IsMouseCaptureWithinProperty changes on this element. (Inherited from System.Windows.ContentElement)
|
|
IsMouseDirectlyOverChanged
|
Occurs when the value of the System.Windows.ContentElement.IsMouseDirectlyOver property changes on this element. (Inherited from System.Windows.ContentElement)
|
|
IsStylusCapturedChanged
|
Occurs when the value of the System.Windows.ContentElement.IsStylusCaptured property changes on this element. (Inherited from System.Windows.ContentElement)
|
|
IsStylusCaptureWithinChanged
|
Occurs when the value of the System.Windows.ContentElement.IsStylusCaptureWithin property changes on this element. (Inherited from System.Windows.ContentElement)
|
|
IsStylusDirectlyOverChanged
|
Occurs when the value of the System.Windows.ContentElement.IsStylusDirectlyOver property changes on this element. (Inherited from System.Windows.ContentElement)
|
|
KeyDown
|
Occurs when a key is pressed while focus is on this element. (Inherited from System.Windows.ContentElement)
|
|
KeyUp
|
Occurs when a key is released while focus is on this element. (Inherited from System.Windows.ContentElement)
|
|
Loaded
|
Occurs when the element is laid out, rendered, and ready for interaction. (Inherited from System.Windows.FrameworkContentElement)
|
|
LostFocus
|
Occurs when this element loses logical focus. (Inherited from System.Windows.ContentElement)
|
|
LostKeyboardFocus
|
Occurs when the keyboard is no longer focused on this element. (Inherited from System.Windows.ContentElement)
|
|
LostMouseCapture
|
Occurs when this element loses mouse capture. (Inherited from System.Windows.ContentElement)
|
|
LostStylusCapture
|
Occurs when this element loses stylus capture. (Inherited from System.Windows.ContentElement)
|
|
LostTouchCapture
|
(Inherited from System.Windows.ContentElement)
|
|
MouseDown
|
Occurs when any mouse button is pressed while the pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
MouseEnter
|
Occurs when the mouse pointer enters the bounds of this element. (Inherited from System.Windows.ContentElement)
|
|
MouseLeave
|
Occurs when the mouse pointer leaves the bounds of this element. (Inherited from System.Windows.ContentElement)
|
|
MouseLeftButtonDown
|
Occurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
MouseLeftButtonUp
|
Occurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
MouseMove
|
Occurs when the mouse pointer moves while over this element. (Inherited from System.Windows.ContentElement)
|
|
MouseRightButtonDown
|
Occurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
MouseRightButtonUp
|
Occurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
MouseUp
|
Occurs when any mouse button is released over this element. (Inherited from System.Windows.ContentElement)
|
|
MouseWheel
|
Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewDragEnter
|
Occurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from System.Windows.ContentElement)
|
|
PreviewDragLeave
|
Occurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from System.Windows.ContentElement)
|
|
PreviewDragOver
|
Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from System.Windows.ContentElement)
|
|
PreviewDrop
|
Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from System.Windows.ContentElement)
|
|
PreviewGiveFeedback
|
Occurs when a drag-and-drop operation is started. (Inherited from System.Windows.ContentElement)
|
|
PreviewGotKeyboardFocus
|
Occurs when the keyboard is focused on this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewKeyDown
|
Occurs when a key is pressed while the keyboard is focused on this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewKeyUp
|
Occurs when a key is released while the keyboard is focused on this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewLostKeyboardFocus
|
Occurs when the keyboard is no longer focused on this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewMouseDown
|
Occurs when any mouse button is pressed while the pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewMouseLeftButtonDown
|
Occurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewMouseLeftButtonUp
|
Occurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewMouseMove
|
Occurs when the mouse pointer moves while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewMouseRightButtonDown
|
Occurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewMouseRightButtonUp
|
Occurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewMouseUp
|
Occurs when any mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewMouseWheel
|
Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewQueryContinueDrag
|
Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from System.Windows.ContentElement)
|
|
PreviewStylusButtonDown
|
Occurs when the stylus button is pressed while the pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewStylusButtonUp
|
Occurs when the stylus button is released while the pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewStylusDown
|
Occurs when the stylus touches the digitizer while it is over this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewStylusInAirMove
|
Occurs when the stylus moves over an element without actually touching the digitizer. (Inherited from System.Windows.ContentElement)
|
|
PreviewStylusInRange
|
Occurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from System.Windows.ContentElement)
|
|
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, System.Windows.ContentElement.PreviewStylusInAirMove is raised instead. (Inherited from System.Windows.ContentElement)
|
|
PreviewStylusOutOfRange
|
Occurs when the stylus is too far from the digitizer to be detected. (Inherited from System.Windows.ContentElement)
|
|
PreviewStylusSystemGesture
|
Occurs when a user performs one of several stylus gestures. (Inherited from System.Windows.ContentElement)
|
|
PreviewStylusUp
|
Occurs when the user raises the stylus off the digitizer while the stylus is over this element. (Inherited from System.Windows.ContentElement)
|
|
PreviewTextInput
|
Occurs when this element gets text in a device-independent manner. (Inherited from System.Windows.ContentElement)
|
|
PreviewTouchDown
|
(Inherited from System.Windows.ContentElement)
|
|
PreviewTouchMove
|
(Inherited from System.Windows.ContentElement)
|
|
PreviewTouchUp
|
(Inherited from System.Windows.ContentElement)
|
|
QueryContinueDrag
|
Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from System.Windows.ContentElement)
|
|
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. (Inherited from System.Windows.ContentElement)
|
|
SourceUpdated
|
Occurs when any associated data source participating in a binding on this element changes. (Inherited from System.Windows.FrameworkContentElement)
|
|
StylusButtonDown
|
Occurs when the stylus button is pressed while the pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
StylusButtonUp
|
Occurs when the stylus button is released while the pointer is over this element. (Inherited from System.Windows.ContentElement)
|
|
StylusDown
|
Occurs when the stylus touches the digitizer while the stylus is over this element. (Inherited from System.Windows.ContentElement)
|
|
StylusEnter
|
Occurs when the stylus enters the bounds of this element. (Inherited from System.Windows.ContentElement)
|
|
StylusInAirMove
|
Occurs when the stylus moves over an element without actually touching the digitizer. (Inherited from System.Windows.ContentElement)
|
|
StylusInRange
|
Occurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from System.Windows.ContentElement)
|
|
StylusLeave
|
Occurs when the stylus leaves the bounds of the element. (Inherited from System.Windows.ContentElement)
|
|
StylusMove
|
Occurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, System.Windows.ContentElement.StylusInAirMove is raised instead. (Inherited from System.Windows.ContentElement)
|
|
StylusOutOfRange
|
Occurs when the stylus is too far from the digitizer to be detected, while over this element. (Inherited from System.Windows.ContentElement)
|
|
StylusSystemGesture
|
Occurs when a user performs one of several stylus gestures. (Inherited from System.Windows.ContentElement)
|
|
StylusUp
|
Occurs when the user raises the stylus off the digitizer while it is over this element. (Inherited from System.Windows.ContentElement)
|
|
TargetUpdated
|
Occurs when any associated target property participating in a binding on this element changes. (Inherited from System.Windows.FrameworkContentElement)
|
|
TextInput
|
Occurs when this element gets text in a device-independent manner. (Inherited from System.Windows.ContentElement)
|
|
ToolTipClosing
|
Occurs just before any tooltip on the element is closed. (Inherited from System.Windows.FrameworkContentElement)
|
|
ToolTipOpening
|
Occurs when any tooltip on the element is opened. (Inherited from System.Windows.FrameworkContentElement)
|
|
TouchDown
|
(Inherited from System.Windows.ContentElement)
|
|
TouchEnter
|
(Inherited from System.Windows.ContentElement)
|
|
TouchLeave
|
(Inherited from System.Windows.ContentElement)
|
|
TouchMove
|
(Inherited from System.Windows.ContentElement)
|
|
TouchUp
|
(Inherited from System.Windows.ContentElement)
|
|
Unloaded
|
Occurs when the element is removed from an element tree of loaded elements. (Inherited from System.Windows.FrameworkContentElement)
|