Version

ViewBase Class Members

The following tables list the members exposed by ViewBase.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)ViewStateChangedEventEvent ID for the ViewStateChanged routed event  
Public Properties
 NameDescription
Public PropertyAllowDropGets or sets a value that indicates whether this element can be used as the target of a drag-and-drop operation. (Inherited from System.Windows.ContentElement)
Public PropertyAreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. (Inherited from System.Windows.ContentElement)
Public PropertyAreAnyTouchesCapturedWithinGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. (Inherited from System.Windows.ContentElement)
Public PropertyAreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. (Inherited from System.Windows.ContentElement)
Public PropertyAreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. (Inherited from System.Windows.ContentElement)
Public PropertyBindingGroupGets or sets the System.Windows.Data.BindingGroup that is used for the element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyCommandBindingsGets a collection of System.Windows.Input.CommandBinding objects that are associated with this element. (Inherited from System.Windows.ContentElement)
Public PropertyContextMenuGets or sets the context menu element that should appear whenever the context menu is requested via user interface (UI) from within this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyCursorGets or sets the cursor that displays when the mouse pointer is over this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyDataContextGets or sets the data context for an element when it participates in data binding. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyFocusableGets or sets a value that indicates whether the element can receive focus. (Inherited from System.Windows.ContentElement)
Public PropertyFocusVisualStyleGets or sets an object that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyForceCursorGets or sets a value indicating whether this System.Windows.FrameworkContentElement should force the user interface (UI) to render the cursor as declared by this instance's System.Windows.FrameworkContentElement.Cursor property. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyHasAnimatedPropertiesGets a value that indicates whether this element has any animated properties. (Inherited from System.Windows.ContentElement)
Public PropertyInputBindingsGets the collection of input bindings that are associated with this element. (Inherited from System.Windows.ContentElement)
Public PropertyInputScopeGets or sets the context for input used by this System.Windows.FrameworkContentElement. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyInterRecordSpacingXReturns the amount of space between records in the X dimension (used for resizing logic).  
Public PropertyInterRecordSpacingYReturns the amount of space between records in the Y dimension (used for resizing logic).  
Public PropertyIsEnabledGets or sets a value that indicates whether this element is enabled in the user interface (UI). (Inherited from System.Windows.ContentElement)
Public PropertyIsFocusedGets a value that determines whether this element has logical focus. (Inherited from System.Windows.ContentElement)
Public PropertyIsInitializedGets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its System.Windows.FrameworkContentElement.EndInit method called. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyIsInputMethodEnabledGets a value that indicates whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. (Inherited from System.Windows.ContentElement)
Public PropertyIsKeyboardFocusedGets a value that indicates whether this element has keyboard focus. (Inherited from System.Windows.ContentElement)
Public PropertyIsKeyboardFocusWithinGets a value that indicates whether keyboard focus is anywhere within the element or child elements. (Inherited from System.Windows.ContentElement)
Public PropertyIsLoadedGets a value indicating whether this element has been loaded for presentation. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyIsMouseCapturedGets a value that indicates whether the mouse is captured by this element. (Inherited from System.Windows.ContentElement)
Public PropertyIsMouseCaptureWithinGets a value that determines whether mouse capture is held by this element or by child elements in its element tree. (Inherited from System.Windows.ContentElement)
Public PropertyIsMouseDirectlyOverGets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. (Inherited from System.Windows.ContentElement)
Public PropertyIsMouseOverGets a value that indicates whether the mouse pointer is located over this element (including visual child elements, or its control compositing). (Inherited from System.Windows.ContentElement)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyIsStylusCapturedGets a value that indicates whether the stylus is captured to this element. (Inherited from System.Windows.ContentElement)
Public PropertyIsStylusCaptureWithinGets a value that determines whether stylus capture is held by this element, including child elements and control compositing. (Inherited from System.Windows.ContentElement)
Public PropertyIsStylusDirectlyOverGets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. (Inherited from System.Windows.ContentElement)
Public PropertyIsStylusOverGets a value that indicates whether the stylus is located over this element (including visual child elements). (Inherited from System.Windows.ContentElement)
Public PropertyLanguageGets or sets localization/globalization language information that applies to an individual element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyNameGets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyOverridesDefaultStyleGets or sets a value indicating whether this element incorporates style properties from theme styles. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyParentGets the parent in the logical tree for this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyResourcesGets or sets the current locally-defined resource dictionary. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyStyleGets or sets the style to be used by this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyTagGets or sets an arbitrary object value that can be used to store custom information about this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyTemplatedParentGets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyToolTipGets or sets the tool-tip object that is displayed for this element in the user interface (UI). (Inherited from System.Windows.FrameworkContentElement)
Public PropertyTouchesCapturedGets all touch devices that are captured to this element. (Inherited from System.Windows.ContentElement)
Public PropertyTouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. (Inherited from System.Windows.ContentElement)
Public PropertyTouchesDirectlyOverGets all touch devices that are over this element. (Inherited from System.Windows.ContentElement)
Public PropertyTouchesOverGets all touch devices that are over this element or any child elements in its visual tree. (Inherited from System.Windows.ContentElement)
Protected Properties
 NameDescription
Protected Internal PropertyAutoFitToRecordReturns a boolean indicating whether the cell area of a DataRecordPresenter will be auto sized to the RecordPresenter itself or based on the root RecordListControl when DataPresenterBase.AutoFitResolved is true.  
Protected Internal PropertyCellPresentationReturns the type of CellPresentation used by the view which determines the default manner in which the cells within each row are laid out by the FieldLayoutTemplateGenerator.  
Protected Internal PropertyDefaultAutoArrangeCellsReturns the default value for AutoArrangeCells for field layout templates generated on behalf of the View.  
Protected Internal PropertyDefaultAutoArrangeMaxColumnsReturns the default maximum number of columns of cells to auto-generate in the field layout templates.  
Protected Internal PropertyDefaultAutoArrangeMaxRowsReturns the default maximum number of rows of cells to auto-generate in the field layout templates.  
Protected Internal PropertyDefaultAutoFitReturns the default value for the resolved value for the DataPresenterBase.AutoFit if that property is set to null (Nothing in VB), its default value.  
Protected Internal PropertyDefaultCellClickActionReturns the default CellClickAction for cells in the View.  
Protected Internal PropertyDefaultCellContentAlignmentReturns the default CellContentAlignment for Cell content in the View.  
Protected Internal PropertyDefaultDataRecordSizingModeReturns the default DataRecordSizingMode for data records in the View.  
Protected Internal PropertyDefaultLabelClickActionReturns the default LabelClickAction for cells in the View.  
Protected Internal PropertyDefaultLabelLocationReturns the default LabelLocation for Field Labels in the View.  
Protected Internal PropertyDefaultShouldCollapseCardsReturns a default value for whether the View should collapse Cards.  
Protected Internal PropertyDefaultShouldCollapseEmptyCellsReturns a default value for whether the View should collapse Cells with empty values.  
Protected Internal PropertyDefaultStyleKeyGets or sets the key to use to find the style template for this control in themes. (Inherited from System.Windows.FrameworkContentElement)
Protected Internal PropertyHasLogicalOrientationReturns a value that indicates whether this View arranges its descendants in a particular dimension.  
Protected Internal PropertyHorizontalScrollBarVisibilityReturns a value that indicates when the horizontal scrollbar should be shown in this view.  
Protected Internal PropertyIsAddNewRecordSupportedDetermines if the DataPresenterBase allows an AddNew record to be displayed in the View.  
Protected Internal PropertyIsAutoFitHeightSupportedReturns true if the height of the cells within in each row should be adjusted so that all cells will fit within the vertical space available for the row.  
Protected Internal PropertyIsAutoFitWidthSupportedReturns true if the width of the cells within in each row should be adjusted so that all cells will fit within the horizontal space available for the row.  
Protected Internal PropertyIsChildRecordsDisplayOrderSupportedReturns true if the view supports the ability to control where the child records are ordered relative to the parent record.  
Protected Internal PropertyIsCrossLevelSelectionSupportedReturns true if the view supports the ability to select a range of records or cells that span indent levels.  
Protected Internal PropertyIsEmptyCellCollapsingSupportedReturns true if the View supports the collapsing of Cells with empty values.  
Protected PropertyIsEnabledCoreGets a value that becomes the return value of System.Windows.ContentElement.IsEnabled in derived classes. (Inherited from System.Windows.ContentElement)
Protected Internal PropertyIsFilterRecordSupportedReturns true if the DataPresenterBase should display filter records.  
Protected Internal PropertyIsFixedFieldsSupportedReturns true if the DataPresenterBase should allow fields to be fixed in the UI.  
Protected Internal PropertyIsFixedRecordsSupportedReturns true if the DataPresenterBase should allow root records to be fixed at the top or bottom of the UI.  
Protected Internal PropertyIsFixingSupportedForNestedRecordsReturns true if the DataPresenterBase should allow records to be fixed at the top of the UI for nested (i.e. non-root) records.  
Protected Internal PropertyIsGroupBySupportedReturns true if the DataPresenterBase should display the GroupByArea by default and allow programmatic grouping of records.  
Protected Internal PropertyIsLogicalFieldHeightResizingAllowedReturns true if the DataPresenterBase UI should allow logical field heights in this View to be resized.  
Protected Internal PropertyIsLogicalFieldWidthResizingAllowedReturns true if the DataPresenterBase UI should allow fields in this View to be resized.  
Protected Internal PropertyIsNestedPanelsSupportedReturns true if the View supports nested panels to display hierarchical data.  
Protected Internal PropertyIsPanningModeSupportedReturns true if the RecordListControl should coerce its ScrollViewer.PanningMode property to enable standard flick scrolling on touch enabled systems.  
Protected Internal PropertyIsSummaryRecordSupportedReturns true if the DataPresenterBase should display summary records.  
Protected Internal PropertyItemsPanelTypeReturns the type of System.Windows.Controls.Panel used by the view to layout items in the list.  
Protected Internal PropertyLogicalChildrenGets an enumerator for the logical child elements of this element. (Inherited from System.Windows.FrameworkContentElement)
Protected Internal PropertyLogicalOrientationThe System.Windows.Controls.Orientation of the View, if the view only supports layout in a particular dimension.  
Protected Internal PropertyRecordPresenterContainerTypeReturns the type used as the container (if any) for RecordPresenters in the View.  
Protected Internal PropertyShouldDisplayRecordSelectorsReturns true if the DataPresenterBase should generate and display a record selector for each record in the View.  
Protected Internal PropertySupportedDataDisplayModeReturns a value that indicates the DataDisplayMode supported by the View.  
Protected Internal PropertyVerticalScrollBarVisibilityReturns a value that indicates when the vertical scrollbar should be shown in this view.  
Public Methods
 NameDescription
Public MethodAddHandlerOverloaded. Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. (Inherited from System.Windows.ContentElement)
Public MethodAddToEventRouteAdds handlers to the specified System.Windows.EventRoute for the current System.Windows.ContentElement event handler collection. (Inherited from System.Windows.ContentElement)
Public MethodApplyAnimationClockOverloaded. Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. (Inherited from System.Windows.ContentElement)
Public MethodBeginAnimationOverloaded. Starts an animation for a specified animated property on this element. (Inherited from System.Windows.ContentElement)
Public MethodBeginInitCalled before an element is initialized. (Inherited from System.Windows.FrameworkContentElement)
Public MethodBeginStoryboardOverloaded. Begins the sequence of actions that are contained in the provided storyboard. (Inherited from System.Windows.FrameworkContentElement)
Public MethodBringIntoViewAttempts to bring this element into view, within any scrollable regions it is contained within. (Inherited from System.Windows.FrameworkContentElement)
Public MethodCaptureMouseAttempts to force capture of the mouse to this element. (Inherited from System.Windows.ContentElement)
Public MethodCaptureStylusAttempts to force capture of the stylus to this element. (Inherited from System.Windows.ContentElement)
Public MethodCaptureTouchAttempts to force capture of a touch to this element. (Inherited from System.Windows.ContentElement)
Public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodEndInitCalled immediately after an element is initialized. (Inherited from System.Windows.FrameworkContentElement)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodFindName (Inherited from System.Windows.FrameworkContentElement)
Public MethodFindResourceSearches for a resource with the specified key, and will throw an exception if the requested resource is not found. (Inherited from System.Windows.FrameworkContentElement)
Public MethodFocusAttempts to set focus to this element. (Inherited from System.Windows.ContentElement)
Public MethodGetAnimationBaseValueReturns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (Inherited from System.Windows.ContentElement)
Public MethodGetBindingExpressionGets the System.Windows.Data.BindingExpression for the specified property's binding. (Inherited from System.Windows.FrameworkContentElement)
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodMoveFocusMoves the keyboard focus from this element to another element. (Inherited from System.Windows.FrameworkContentElement)
Public MethodPredictFocusDetermines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. This method is sealed and cannot be overridden. (Inherited from System.Windows.FrameworkContentElement)
Public MethodRaiseEvent (Inherited from System.Windows.ContentElement)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodRegisterNameProvides an accessor that simplifies access to the System.Windows.NameScope registration method. (Inherited from System.Windows.FrameworkContentElement)
Public MethodReleaseAllTouchCapturesReleases all captured touch devices from this element. (Inherited from System.Windows.ContentElement)
Public MethodReleaseMouseCaptureReleases the mouse capture, if this element held the capture. (Inherited from System.Windows.ContentElement)
Public MethodReleaseStylusCaptureReleases the stylus device capture, if this element held the capture. (Inherited from System.Windows.ContentElement)
Public MethodReleaseTouchCaptureAttempts to release the specified touch device from this element. (Inherited from System.Windows.ContentElement)
Public MethodRemoveHandlerRemoves the specified routed event handler from this element. (Inherited from System.Windows.ContentElement)
Public MethodSetBindingOverloaded. Attaches a binding to this element, based on the provided binding object. (Inherited from System.Windows.FrameworkContentElement)
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetResourceReferenceSearches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from System.Windows.FrameworkContentElement)
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Public MethodTryFindResourceSearches for a resource with the specified key, and returns that resource if found. (Inherited from System.Windows.FrameworkContentElement)
Public MethodUnregisterNameSimplifies access to the System.Windows.NameScope de-registration method. (Inherited from System.Windows.FrameworkContentElement)
Public MethodUpdateDefaultStyleReapplies the default style to the current System.Windows.FrameworkContentElement. (Inherited from System.Windows.FrameworkContentElement)
Protected Methods
 NameDescription
Protected Internal MethodAddLogicalChildAdds the provided element as a child of this element. (Inherited from System.Windows.FrameworkContentElement)
Protected Internal MethodGetContainerForRecordPresenterReturns an element that will wrap a RecordPresenter inside it. If no wrapper is required, the method should return null.  
Protected Internal MethodGetFieldLayoutTemplateGeneratorGets a FieldLayoutTemplateGenerator derived class for generating an appropriate template for the specified layout in the current View.  
Protected Internal MethodGetUIParentCoreReturns an alternative logical parent for this element if there is no visual parent. In this case, a System.Windows.FrameworkContentElement parent is always the same value as the System.Windows.FrameworkContentElement.Parent property. (Inherited from System.Windows.FrameworkContentElement)
Protected MethodOnContextMenuClosingInvoked whenever the System.Windows.FrameworkContentElement.ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkContentElement)
Protected MethodOnContextMenuOpeningInvoked whenever the System.Windows.FrameworkContentElement.ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkContentElement)
Protected MethodOnCreateAutomationPeerReturns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnDragEnterInvoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnDragLeaveInvoked when an unhandled System.Windows.DragDrop.DragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnDragOverInvoked when an unhandled System.Windows.DragDrop.DragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnDropInvoked when an unhandled System.Windows.DragDrop.DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnGiveFeedbackInvoked when an unhandled System.Windows.DragDrop.GiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected MethodOnGotFocusClass handler for the System.Windows.ContentElement.GotFocus event. (Inherited from System.Windows.FrameworkContentElement)
Protected Internal MethodOnGotKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnGotMouseCaptureInvoked when an unhandled System.Windows.Input.Mouse.GotMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnGotStylusCaptureInvoked when an unhandled System.Windows.Input.Stylus.GotStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnGotTouchCaptureProvides class handling for the System.Windows.ContentElement.GotTouchCapture routed event that occurs when a touch is captured to this element. (Inherited from System.Windows.ContentElement)
Protected MethodOnInitializedRaises the System.Windows.FrameworkContentElement.Initialized event. This method is invoked whenever System.Windows.FrameworkContentElement.IsInitialized is set to true. (Inherited from System.Windows.FrameworkContentElement)
Protected MethodOnIsKeyboardFocusedChangedInvoked when an unhandled System.Windows.ContentElement.IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected MethodOnIsKeyboardFocusWithinChangedInvoked just before the System.Windows.ContentElement.IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected MethodOnIsMouseCapturedChangedInvoked when an unhandled System.Windows.ContentElement.IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected MethodOnIsMouseCaptureWithinChangedInvoked when an unhandled System.Windows.ContentElement.IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected MethodOnIsMouseDirectlyOverChangedInvoked when an unhandled System.Windows.ContentElement.IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected MethodOnIsStylusCapturedChangedInvoked when an unhandled System.Windows.ContentElement.IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected MethodOnIsStylusCaptureWithinChangedInvoked when an unhandled System.Windows.ContentElement.IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected MethodOnIsStylusDirectlyOverChangedInvoked when an unhandled System.Windows.ContentElement.IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnKeyDownInvoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnKeyUpInvoked when an unhandled System.Windows.Input.Keyboard.KeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected MethodOnLostFocusRaises the System.Windows.ContentElement.LostFocus routed event by using the event data that is provided. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnLostKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnLostMouseCaptureInvoked when an unhandled System.Windows.Input.Mouse.LostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnLostStylusCaptureInvoked when an unhandled System.Windows.Input.Stylus.LostStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnLostTouchCaptureProvides class handling for the System.Windows.ContentElement.LostTouchCapture routed event that occurs when this element loses a touch capture. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnMouseDownInvoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnMouseEnterInvoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnMouseLeaveInvoked when an unhandled System.Windows.Input.Mouse.MouseLeave attached event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnMouseLeftButtonDownInvoked when an unhandled System.Windows.ContentElement.MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnMouseLeftButtonUpInvoked when an unhandled System.Windows.ContentElement.MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnMouseMoveInvoked when an unhandled System.Windows.Input.Mouse.MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnMouseRightButtonDownInvoked when an unhandled System.Windows.ContentElement.MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnMouseRightButtonUpInvoked when an unhandled System.Windows.ContentElement.MouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnMouseUpInvoked when an unhandled System.Windows.Input.Mouse.MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnMouseWheelInvoked when an unhandled System.Windows.Input.Mouse.MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewDragEnterInvoked when an unhandled System.Windows.DragDrop.PreviewDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewDragLeaveInvoked when an unhandled System.Windows.DragDrop.PreviewDragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewDragOverInvoked when an unhandled System.Windows.DragDrop.PreviewDragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewDropInvoked when an unhandled System.Windows.DragDrop.PreviewDrop attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewGiveFeedbackInvoked when an unhandled System.Windows.DragDrop.PreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewGotKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewKeyDownInvoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewKeyUpInvoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewLostKeyboardFocusInvoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewMouseDownInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewMouseLeftButtonDownInvoked when an unhandled System.Windows.ContentElement.PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewMouseLeftButtonUpInvoked when an unhandled System.Windows.ContentElement.PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewMouseMoveInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewMouseRightButtonDownInvoked when an unhandled System.Windows.ContentElement.PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewMouseRightButtonUpInvoked when an unhandled System.Windows.ContentElement.PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewMouseUpInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewMouseWheelInvoked when an unhandled System.Windows.Input.Mouse.PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewQueryContinueDragInvoked when an unhandled System.Windows.DragDrop.PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewStylusButtonDownInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewStylusButtonUpInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewStylusDownInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewStylusInAirMoveInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewStylusInRangeInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewStylusMoveInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewStylusOutOfRangeInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewStylusSystemGestureInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewStylusUpInvoked when an unhandled System.Windows.Input.Stylus.PreviewStylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewTextInputInvoked when an unhandled System.Windows.Input.TextCompositionManager.PreviewTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewTouchDownProvides class handling for the System.Windows.ContentElement.PreviewTouchDown routed event that occurs when a touch presses this element. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewTouchMoveProvides class handling for the System.Windows.ContentElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnPreviewTouchUpProvides class handling for the System.Windows.ContentElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. (Inherited from System.Windows.ContentElement)
Protected MethodOnPropertyChangedInvoked whenever the effective value of any dependency property on this System.Windows.FrameworkContentElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs). (Inherited from System.Windows.FrameworkContentElement)
Protected Internal MethodOnQueryContinueDragInvoked when an unhandled System.Windows.DragDrop.QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnQueryCursorInvoked when an unhandled System.Windows.Input.Mouse.QueryCursor attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnStyleChanged (Inherited from System.Windows.FrameworkContentElement)
Protected Internal MethodOnStylusButtonDownInvoked when an unhandled System.Windows.Input.Stylus.StylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnStylusButtonUpInvoked when an unhandled System.Windows.Input.Stylus.StylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnStylusDownInvoked when an unhandled System.Windows.Input.Stylus.StylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnStylusEnterInvoked when an unhandled System.Windows.Input.Stylus.StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnStylusInAirMoveInvoked when an unhandled System.Windows.Input.Stylus.StylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnStylusInRangeInvoked when an unhandled System.Windows.Input.Stylus.StylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnStylusLeaveInvoked when an unhandled System.Windows.Input.Stylus.StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnStylusMoveInvoked when an unhandled System.Windows.Input.Stylus.StylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnStylusOutOfRangeInvoked when an unhandled System.Windows.Input.Stylus.StylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnStylusSystemGestureInvoked when an unhandled System.Windows.Input.Stylus.StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnStylusUpInvoked when an unhandled System.Windows.Input.Stylus.StylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnTextInputInvoked when an unhandled System.Windows.Input.TextCompositionManager.TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. (Inherited from System.Windows.ContentElement)
Protected MethodOnToolTipClosingInvoked whenever the System.Windows.FrameworkContentElement.ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkContentElement)
Protected MethodOnToolTipOpeningInvoked whenever the System.Windows.FrameworkContentElement.ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. (Inherited from System.Windows.FrameworkContentElement)
Protected Internal MethodOnTouchDownProvides class handling for the System.Windows.ContentElement.TouchDown routed event that occurs when a touch presses inside this element. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnTouchEnterProvides class handling for the System.Windows.ContentElement.TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnTouchLeaveProvides class handling for the System.Windows.ContentElement.TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this element. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnTouchMoveProvides class handling for the System.Windows.ContentElement.TouchMove routed event that occurs when a touch moves while inside this element. (Inherited from System.Windows.ContentElement)
Protected Internal MethodOnTouchUpProvides class handling for the System.Windows.ContentElement.TouchUp routed event that occurs when a touch is released inside this element. (Inherited from System.Windows.ContentElement)
Protected MethodOnViewStateChangedOccurs when the state of the View has changed, and an update to the UI is required.  
Protected Internal MethodPrepareContainerForRecordPresenterAssociates the wrapper element returned from GetContainerForRecordPresenter with the specified RecordPresenter element.  
Protected Internal MethodRemoveLogicalChildRemoves the specified element from the logical tree for this element. (Inherited from System.Windows.FrameworkContentElement)
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
Public Events
 NameDescription
Public EventContextMenuClosingOccurs just before any context menu on the element is closed. (Inherited from System.Windows.FrameworkContentElement)
Public EventContextMenuOpeningOccurs when any context menu on the element is opened. (Inherited from System.Windows.FrameworkContentElement)
Public EventDataContextChangedOccurs when this element's data context changes. (Inherited from System.Windows.FrameworkContentElement)
Public EventDragEnterOccurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from System.Windows.ContentElement)
Public EventDragLeaveOccurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from System.Windows.ContentElement)
Public EventDragOverOccurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from System.Windows.ContentElement)
Public EventDropOccurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from System.Windows.ContentElement)
Public EventFocusableChangedOccurs when the value of the System.Windows.ContentElement.Focusable property changes. (Inherited from System.Windows.ContentElement)
Public EventGiveFeedbackOccurs when the input system reports an underlying drag-and-drop event that involves this element. (Inherited from System.Windows.ContentElement)
Public EventGotFocusOccurs when this element gets logical focus. (Inherited from System.Windows.ContentElement)
Public EventGotKeyboardFocusOccurs when the keyboard is focused on this element. (Inherited from System.Windows.ContentElement)
Public EventGotMouseCaptureOccurs when this element captures the mouse. (Inherited from System.Windows.ContentElement)
Public EventGotStylusCaptureOccurs when this element captures the stylus. (Inherited from System.Windows.ContentElement)
Public EventGotTouchCaptureOccurs when a touch is captured to this element. (Inherited from System.Windows.ContentElement)
Public EventInitializedOccurs 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)
Public EventIsEnabledChangedOccurs when the value of the System.Windows.ContentElement.IsEnabled property on this element changes. (Inherited from System.Windows.ContentElement)
Public EventIsKeyboardFocusedChangedOccurs when the value of the System.Windows.ContentElement.IsKeyboardFocused property changes on this element. (Inherited from System.Windows.ContentElement)
Public EventIsKeyboardFocusWithinChangedOccurs when the value of the System.Windows.ContentElement.IsKeyboardFocusWithinChanged property changes on this element. (Inherited from System.Windows.ContentElement)
Public EventIsMouseCapturedChangedOccurs when the value of the System.Windows.ContentElement.IsMouseCaptured property changes on this element. (Inherited from System.Windows.ContentElement)
Public EventIsMouseCaptureWithinChangedOccurs when the value of the System.Windows.ContentElement.IsMouseCaptureWithinProperty changes on this element. (Inherited from System.Windows.ContentElement)
Public EventIsMouseDirectlyOverChangedOccurs when the value of the System.Windows.ContentElement.IsMouseDirectlyOver property changes on this element. (Inherited from System.Windows.ContentElement)
Public EventIsStylusCapturedChangedOccurs when the value of the System.Windows.ContentElement.IsStylusCaptured property changes on this element. (Inherited from System.Windows.ContentElement)
Public EventIsStylusCaptureWithinChangedOccurs when the value of the System.Windows.ContentElement.IsStylusCaptureWithin property changes on this element. (Inherited from System.Windows.ContentElement)
Public EventIsStylusDirectlyOverChangedOccurs when the value of the System.Windows.ContentElement.IsStylusDirectlyOver property changes on this element. (Inherited from System.Windows.ContentElement)
Public EventKeyDownOccurs when a key is pressed while focus is on this element. (Inherited from System.Windows.ContentElement)
Public EventKeyUpOccurs when a key is released while focus is on this element. (Inherited from System.Windows.ContentElement)
Public EventLoadedOccurs when the element is laid out, rendered, and ready for interaction. (Inherited from System.Windows.FrameworkContentElement)
Public EventLostFocusOccurs when this element loses logical focus. (Inherited from System.Windows.ContentElement)
Public EventLostKeyboardFocusOccurs when the keyboard is no longer focused on this element. (Inherited from System.Windows.ContentElement)
Public EventLostMouseCaptureOccurs when this element loses mouse capture. (Inherited from System.Windows.ContentElement)
Public EventLostStylusCaptureOccurs when this element loses stylus capture. (Inherited from System.Windows.ContentElement)
Public EventLostTouchCaptureOccurs when this element loses a touch capture. (Inherited from System.Windows.ContentElement)
Public EventMouseDownOccurs when any mouse button is pressed while the pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventMouseEnterOccurs when the mouse pointer enters the bounds of this element. (Inherited from System.Windows.ContentElement)
Public EventMouseLeaveOccurs when the mouse pointer leaves the bounds of this element. (Inherited from System.Windows.ContentElement)
Public EventMouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventMouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventMouseMoveOccurs when the mouse pointer moves while over this element. (Inherited from System.Windows.ContentElement)
Public EventMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventMouseUpOccurs when any mouse button is released over this element. (Inherited from System.Windows.ContentElement)
Public EventMouseWheelOccurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewDragEnterOccurs when the input system reports an underlying drag event with this element as the drag target. (Inherited from System.Windows.ContentElement)
Public EventPreviewDragLeaveOccurs when the input system reports an underlying drag event with this element as the drag origin. (Inherited from System.Windows.ContentElement)
Public EventPreviewDragOverOccurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from System.Windows.ContentElement)
Public EventPreviewDropOccurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from System.Windows.ContentElement)
Public EventPreviewGiveFeedbackOccurs when a drag-and-drop operation is started. (Inherited from System.Windows.ContentElement)
Public EventPreviewGotKeyboardFocusOccurs when the keyboard is focused on this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewKeyDownOccurs when a key is pressed while the keyboard is focused on this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewKeyUpOccurs when a key is released while the keyboard is focused on this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewLostKeyboardFocusOccurs when the keyboard is no longer focused on this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewMouseDownOccurs when any mouse button is pressed while the pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewMouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewMouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewMouseMoveOccurs when the mouse pointer moves while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewMouseUpOccurs when any mouse button is released while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewMouseWheelOccurs when the user rotates the mouse wheel while the mouse pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewQueryContinueDragOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from System.Windows.ContentElement)
Public EventPreviewStylusButtonDownOccurs when the stylus button is pressed while the pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewStylusButtonUpOccurs when the stylus button is released while the pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewStylusDownOccurs when the stylus touches the digitizer while it is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewStylusInAirMoveOccurs when the stylus moves over an element without actually touching the digitizer. (Inherited from System.Windows.ContentElement)
Public EventPreviewStylusInRangeOccurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewStylusMoveOccurs 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)
Public EventPreviewStylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected. (Inherited from System.Windows.ContentElement)
Public EventPreviewStylusSystemGestureOccurs when a user performs one of several stylus gestures. (Inherited from System.Windows.ContentElement)
Public EventPreviewStylusUpOccurs when the user raises the stylus off the digitizer while the stylus is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewTextInputOccurs when this element gets text in a device-independent manner. (Inherited from System.Windows.ContentElement)
Public EventPreviewTouchDownOccurs when a finger touches the screen while the finger is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewTouchMoveOccurs when a finger moves on the screen while the finger is over this element. (Inherited from System.Windows.ContentElement)
Public EventPreviewTouchUpOccurs when a finger is raised off of the screen while the finger is over this element. (Inherited from System.Windows.ContentElement)
Public EventQueryContinueDragOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. (Inherited from System.Windows.ContentElement)
Public EventQueryCursorOccurs 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)
Public EventSourceUpdatedOccurs when any associated data source participating in a binding on this element changes. (Inherited from System.Windows.FrameworkContentElement)
Public EventStylusButtonDownOccurs when the stylus button is pressed while the pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventStylusButtonUpOccurs when the stylus button is released while the pointer is over this element. (Inherited from System.Windows.ContentElement)
Public EventStylusDownOccurs when the stylus touches the digitizer while the stylus is over this element. (Inherited from System.Windows.ContentElement)
Public EventStylusEnterOccurs when the stylus enters the bounds of this element. (Inherited from System.Windows.ContentElement)
Public EventStylusInAirMoveOccurs when the stylus moves over an element without actually touching the digitizer. (Inherited from System.Windows.ContentElement)
Public EventStylusInRangeOccurs when the stylus is close enough to the digitizer to be detected, while over this element. (Inherited from System.Windows.ContentElement)
Public EventStylusLeaveOccurs when the stylus leaves the bounds of the element. (Inherited from System.Windows.ContentElement)
Public EventStylusMoveOccurs 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)
Public EventStylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected, while over this element. (Inherited from System.Windows.ContentElement)
Public EventStylusSystemGestureOccurs when a user performs one of several stylus gestures. (Inherited from System.Windows.ContentElement)
Public EventStylusUpOccurs when the user raises the stylus off the digitizer while it is over this element. (Inherited from System.Windows.ContentElement)
Public EventTargetUpdatedOccurs when any associated target property participating in a binding on this element changes. (Inherited from System.Windows.FrameworkContentElement)
Public EventTextInputOccurs when this element gets text in a device-independent manner. (Inherited from System.Windows.ContentElement)
Public EventToolTipClosingOccurs just before any tooltip on the element is closed. (Inherited from System.Windows.FrameworkContentElement)
Public EventToolTipOpeningOccurs when any tooltip on the element is opened. (Inherited from System.Windows.FrameworkContentElement)
Public EventTouchDownOccurs when a finger touches the screen while the finger is over this element. (Inherited from System.Windows.ContentElement)
Public EventTouchEnterOccurs when a touch moves from outside to inside the bounds of this element. (Inherited from System.Windows.ContentElement)
Public EventTouchLeaveOccurs when a touch moves from inside to outside the bounds of this element. (Inherited from System.Windows.ContentElement)
Public EventTouchMoveOccurs when a finger moves on the screen while the finger is over this element. (Inherited from System.Windows.ContentElement)
Public EventTouchUpOccurs when a finger is raised off of the screen while the finger is over this element. (Inherited from System.Windows.ContentElement)
Public EventUnloadedOccurs when the element is removed from an element tree of loaded elements. (Inherited from System.Windows.FrameworkContentElement)
Public EventViewStateChangedOccurs when the state of the View has changed, and an update to the UI is required.  
See Also