The RowNumberColumn type exposes the following members.

Constructors

  NameDescription
Public methodRowNumberColumn
Initializes a new instance of the RowNumberColumn class

Methods

  NameDescription
Public methodAddHandler(RoutedEvent, Delegate)
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element.
(Inherited from ContentElement.)
Public methodAddHandler(RoutedEvent, Delegate, Boolean)
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route.
(Inherited from ContentElement.)
Public methodAddToEventRoute
Adds handlers to the specified EventRoute for the current ContentElement event handler collection.
(Inherited from ContentElement.)
Public methodApplyAnimationClock(DependencyProperty, AnimationClock)
Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation.
(Inherited from ContentElement.)
Public methodApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)
Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation.
(Inherited from ContentElement.)
Public methodBeginAnimation(DependencyProperty, AnimationTimeline)
Starts an animation for a specified animated property on this element.
(Inherited from ContentElement.)
Public methodBeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation.
(Inherited from ContentElement.)
Public methodBeginInit
Called before an element is initialized.
(Inherited from FrameworkContentElement.)
Public methodBeginStoryboard(Storyboard)
Begins the sequence of actions that are contained in the provided storyboard.
(Inherited from FrameworkContentElement.)
Public methodBeginStoryboard(Storyboard, HandoffBehavior)
Begins the sequence of actions that are contained in the provided storyboard, with options specified for what should occur if the property is already animated.
(Inherited from FrameworkContentElement.)
Public methodBeginStoryboard(Storyboard, HandoffBehavior, Boolean)
Begins the sequence of actions that are contained in the provided storyboard, with specified state for control of the animation after it is started.
(Inherited from FrameworkContentElement.)
Public methodBringIntoView
Attempts to bring this element into view, within any scrollable regions it is contained within.
(Inherited from FrameworkContentElement.)
Public methodCanEdit (Inherited from GridViewColumn.)
Public methodCanFilter (Inherited from GridViewColumn.)
Public methodCanGroup (Inherited from GridViewColumn.)
Public methodCanSort (Inherited from GridViewColumn.)
Public methodCaptureMouse
Attempts to force capture of the mouse to this element.
(Inherited from ContentElement.)
Public methodCaptureStylus
Attempts to force capture of the stylus to this element.
(Inherited from ContentElement.)
Public methodCaptureTouch
Attempts to force capture of a touch to this element.
(Inherited from ContentElement.)
Public methodCheckAccess
Determines whether the calling thread has access to this DispatcherObject.
(Inherited from DispatcherObject.)
Public methodClearFilters (Inherited from GridViewColumn.)
Public methodClearValue(DependencyProperty)
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public methodClearValue(DependencyPropertyKey)
Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey.
(Inherited from DependencyObject.)
Public methodCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Inherited from DependencyObject.)
Public methodCopyPropertiesFrom (Inherited from GridViewColumn.)
Public methodCreateCellEditElement (Inherited from GridViewColumn.)
Public methodCreateCellElement
Overrides CreateCellElement in order to create a TextBlock that contains the row number
(Overrides GridViewColumnCreateCellElement(GridViewCell, Object).)
Public methodCreateColumnFilterDescriptor (Inherited from GridViewColumn.)
Public methodCreateField (Inherited from GridViewColumn.)
Public methodCreateFieldFilterEditor (Inherited from GridViewColumn.)
Public methodDispose
Detaches the collection changed event
Public methodEndInit
Called immediately after an element is initialized.
(Inherited from FrameworkContentElement.)
Public methodEquals
Determines whether a provided DependencyObject is equivalent to the current DependencyObject.
(Inherited from DependencyObject.)
Public methodFindName
Finds an element that has the provided identifier name.
(Inherited from FrameworkContentElement.)
Public methodFindResource
Searches for a resource with the specified key, and will throw an exception if the requested resource is not found.
(Inherited from FrameworkContentElement.)
Public methodFocus
Attempts to set focus to this element.
(Inherited from ContentElement.)
Public methodGetAggregateResults (Inherited from GridViewColumn.)
Public methodGetAnimationBaseValue
Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation.
(Inherited from ContentElement.)
Public methodGetBindingExpression
Gets the BindingExpression for the specified property's binding.
(Inherited from FrameworkContentElement.)
Public methodGetFilteringDisplayString (Inherited from GridViewColumn.)
Public methodGetHashCode
Gets a hash code for this DependencyObject.
(Inherited from DependencyObject.)
Public methodGetLocalValueEnumerator
Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject.
(Inherited from DependencyObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
Public methodInvalidateProperty
Re-evaluates the effective value for the specified dependency property
(Inherited from DependencyObject.)
Public methodMoveFocus
Moves the keyboard focus from this element to another element.
(Inherited from FrameworkContentElement.)
Protected methodOnAggregateFunctionsCollectionChanged (Inherited from GridViewColumn.)
Protected methodOnAggregateFunctionsItemChanged (Inherited from GridViewColumn.)
Public methodOnCopyingCellClipboardContent (Inherited from GridViewColumn.)
Protected methodOnInitialized (Inherited from GridViewColumn.)
Public methodOnPastingCellClipboardContent (Inherited from GridViewColumn.)
Protected methodOnPropertyChanged (Inherited from GridViewColumn.)
Public methodPredictFocus
Determines 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 FrameworkContentElement.)
Protected methodPrepareCellForEdit (Inherited from GridViewColumn.)
Public methodRaiseEvent
Raises a specific routed event. The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided (as the RoutedEvent property of that event data).
(Inherited from ContentElement.)
Public methodReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Protected methodRefresh (Inherited from GridViewColumn.)
Protected methodRefreshCellElement (Inherited from GridViewColumn.)
Public methodRegisterName
Provides an accessor that simplifies access to the NameScope registration method.
(Inherited from FrameworkContentElement.)
Public methodReleaseAllTouchCaptures
Releases all captured touch devices from this element.
(Inherited from ContentElement.)
Public methodReleaseMouseCapture
Releases the mouse capture, if this element held the capture.
(Inherited from ContentElement.)
Public methodReleaseStylusCapture
Releases the stylus device capture, if this element held the capture.
(Inherited from ContentElement.)
Public methodReleaseTouchCapture
Attempts to release the specified touch device from this element.
(Inherited from ContentElement.)
Public methodRemoveHandler
Removes the specified routed event handler from this element.
(Inherited from ContentElement.)
Public methodSetBinding(DependencyProperty, BindingBase)
Attaches a binding to this element, based on the provided binding object.
(Inherited from FrameworkContentElement.)
Public methodSetBinding(DependencyProperty, String)
Attaches a binding to this element, based on the provided source property name as a path qualification to the data source.
(Inherited from FrameworkContentElement.)
Public methodSetCurrentValue
Sets the value of a dependency property without changing its value source.
(Inherited from DependencyObject.)
Public methodSetResourceReference
Searches for a resource with the specified name and sets up a resource reference to it for the specified property.
(Inherited from FrameworkContentElement.)
Public methodSetValue(DependencyProperty, Object)
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public methodSetValue(DependencyPropertyKey, Object)
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Inherited from DependencyObject.)
Public methodShouldSerializeCommandBindings
Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class.
(Inherited from ContentElement.)
Public methodShouldSerializeInputBindings
Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class.
(Inherited from ContentElement.)
Public methodShouldSerializeResources
Returns whether serialization processes should serialize the contents of the Resources property on instances of this class.
(Inherited from FrameworkContentElement.)
Public methodShouldSerializeStyle
Returns whether serialization processes should serialize the contents of the Style property on instances of this class.
(Inherited from FrameworkContentElement.)
Protected methodSortDistinctValues (Inherited from GridViewColumn.)
Protected methodSortDistinctValuesByFilteringDisplay (Inherited from GridViewColumn.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryFindResource
Searches for a resource with the specified key, and returns that resource if found.
(Inherited from FrameworkContentElement.)
Public methodUnregisterName
Simplifies access to the NameScope de-registration method.
(Inherited from FrameworkContentElement.)
Public methodUpdateDefaultStyle (Inherited from FrameworkContentElement.)
Public methodVerifyAccess
Enforces that the calling thread has access to this DispatcherObject.
(Inherited from DispatcherObject.)

Properties

  NameDescription
Public propertyActualWidth (Inherited from GridViewColumn.)
Public propertyAggregateFunctions (Inherited from GridViewColumn.)
Public propertyAllowDrop
Gets or sets a value that indicates whether this element can be used as the target of a drag-and-drop operation.
(Inherited from ContentElement.)
Public propertyAreAnyTouchesCaptured
Gets a value that indicates whether at least one touch is captured to this element.
(Inherited from ContentElement.)
Public propertyAreAnyTouchesCapturedWithin
Gets 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 ContentElement.)
Public propertyAreAnyTouchesDirectlyOver
Gets a value that indicates whether at least one touch is pressed over this element.
(Inherited from ContentElement.)
Public propertyAreAnyTouchesOver
Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree.
(Inherited from ContentElement.)
Public propertyBackground (Inherited from GridViewColumn.)
Public propertyBindingGroup
Gets or sets the BindingGroup that is used for the element.
(Inherited from FrameworkContentElement.)
Public propertyCellEditTemplate (Inherited from GridViewColumn.)
Public propertyCellEditTemplateSelector (Inherited from GridViewColumn.)
Public propertyCellStyle (Inherited from GridViewColumn.)
Public propertyCellStyleSelector (Inherited from GridViewColumn.)
Public propertyCellTemplate (Inherited from GridViewColumn.)
Public propertyCellTemplateSelector (Inherited from GridViewColumn.)
Public propertyColumnFilterDescriptor (Inherited from GridViewColumn.)
Public propertyColumnGroupName (Inherited from GridViewColumn.)
Public propertyCommandBindings
Gets a collection of CommandBinding objects that are associated with this element.
(Inherited from ContentElement.)
Public propertyContextMenu
Gets 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 FrameworkContentElement.)
Public propertyCursor
Gets or sets the cursor that displays when the mouse pointer is over this element.
(Inherited from FrameworkContentElement.)
Public propertyDataContext
Gets or sets the data context for an element when it participates in data binding.
(Inherited from FrameworkContentElement.)
Public propertyDataControl (Inherited from GridViewColumn.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyDisplayIndex (Inherited from GridViewColumn.)
Public propertyEditTriggers (Inherited from GridViewColumn.)
Public propertyFilteringControl (Inherited from GridViewColumn.)
Public propertyFilteringControlStyle (Inherited from GridViewColumn.)
Protected propertyFilteringDisplayFunc (Inherited from GridViewColumn.)
Public propertyFilterMemberPath (Inherited from GridViewColumn.)
Public propertyFilterMemberType (Inherited from GridViewColumn.)
Public propertyFocusable
Gets or sets a value that indicates whether the element can receive focus.
(Inherited from ContentElement.)
Public propertyFocusVisualStyle
Gets 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 FrameworkContentElement.)
Public propertyFooter (Inherited from GridViewColumn.)
Public propertyFooterCellStyle (Inherited from GridViewColumn.)
Public propertyFooterTextAlignment (Inherited from GridViewColumn.)
Public propertyForceCursor
Gets or sets a value indicating whether this FrameworkContentElement should force the user interface (UI) to render the cursor as declared by this instance's Cursor property.
(Inherited from FrameworkContentElement.)
Public propertyGroupFooterCellStyle (Inherited from GridViewColumn.)
Public propertyGroupFooterCellStyleSelector (Inherited from GridViewColumn.)
Public propertyGroupFooterTemplate (Inherited from GridViewColumn.)
Public propertyGroupFooterTemplateSelector (Inherited from GridViewColumn.)
Public propertyGroupHeaderFormatString (Inherited from GridViewColumn.)
Public propertyGroupHeaderTemplate (Inherited from GridViewColumn.)
Public propertyGroupHeaderTemplateSelector (Inherited from GridViewColumn.)
Public propertyGroupMemberPath (Inherited from GridViewColumn.)
Public propertyHasAnimatedProperties
Gets a value that indicates whether this element has any animated properties.
(Inherited from ContentElement.)
Public propertyHeader (Inherited from GridViewColumn.)
Public propertyHeaderCellStyle (Inherited from GridViewColumn.)
Public propertyHeaderTextAlignment (Inherited from GridViewColumn.)
Public propertyHeaderTextDecorations (Inherited from GridViewColumn.)
Public propertyHeaderTextTrimming (Inherited from GridViewColumn.)
Public propertyHeaderTextWrapping (Inherited from GridViewColumn.)
Public propertyInputBindings
Gets the collection of input bindings that are associated with this element.
(Inherited from ContentElement.)
Public propertyInputScope
Gets or sets the context for input used by this FrameworkContentElement.
(Inherited from FrameworkContentElement.)
Public propertyIsAutoGenerated (Inherited from GridViewColumn.)
Public propertyIsCustomSortingEnabled (Inherited from GridViewColumn.)
Public propertyIsEnabled
Gets or sets a value that indicates whether this element is enabled in the user interface (UI).  
(Inherited from ContentElement.)
Public propertyIsFilterable (Inherited from GridViewColumn.)
Public propertyIsFilteringDeferred (Inherited from GridViewColumn.)
Public propertyIsFocused
Gets a value that determines whether this element has logical focus.
(Inherited from ContentElement.)
Public propertyIsFrozen (Inherited from GridViewColumn.)
Public propertyIsGroupable (Inherited from GridViewColumn.)
Public propertyIsInitialized
Gets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its EndInit()()()() method called.
(Inherited from FrameworkContentElement.)
Public propertyIsInputMethodEnabled
Gets 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 ContentElement.)
Public propertyIsKeyboardFocused
Gets a value that indicates whether this element has keyboard focus.
(Inherited from ContentElement.)
Public propertyIsKeyboardFocusWithin
Gets a value that indicates whether keyboard focus is anywhere within the element or child elements.
(Inherited from ContentElement.)
Public propertyIsLeftSideFrozen (Inherited from GridViewColumn.)
Public propertyIsLoaded
Gets a value indicating whether this element has been loaded for presentation.
(Inherited from FrameworkContentElement.)
Public propertyIsMouseCaptured
Gets a value that indicates whether the mouse is captured by this element.
(Inherited from ContentElement.)
Public propertyIsMouseCaptureWithin
Gets a value that determines whether mouse capture is held by this element or by child elements in its element tree.
(Inherited from ContentElement.)
Public propertyIsMouseDirectlyOver
Gets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account.
(Inherited from ContentElement.)
Public propertyIsMouseOver
Gets a value that indicates whether the mouse pointer is located over this element (including visual child elements, or its control compositing).
(Inherited from ContentElement.)
Public propertyIsReadOnly (Inherited from GridViewColumn.)
Public propertyIsReorderable (Inherited from GridViewColumn.)
Public propertyIsResizable (Inherited from GridViewColumn.)
Public propertyIsRightSideFrozen (Inherited from GridViewColumn.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyIsSelected (Inherited from GridViewColumn.)
Public propertyIsSortable (Inherited from GridViewColumn.)
Public propertyIsStylusCaptured
Gets a value that indicates whether the stylus is captured to this element.
(Inherited from ContentElement.)
Public propertyIsStylusCaptureWithin
Gets a value that determines whether stylus capture is held by this element, including child elements and control compositing.
(Inherited from ContentElement.)
Public propertyIsStylusDirectlyOver
Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account.
(Inherited from ContentElement.)
Public propertyIsStylusOver
Gets a value that indicates whether the stylus is located over this element (including visual child elements).
(Inherited from ContentElement.)
Public propertyIsVisible (Inherited from GridViewColumn.)
Public propertyItemType (Inherited from GridViewColumn.)
Public propertyLanguage
Gets or sets localization/globalization language information that applies to an individual element.
(Inherited from FrameworkContentElement.)
Public propertyMaxWidth (Inherited from GridViewColumn.)
Public propertyMinWidth (Inherited from GridViewColumn.)
Public propertyName
Gets 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 FrameworkContentElement.)
Public propertyOptimizeDistinctFilterQuery (Inherited from GridViewColumn.)
Public propertyOverridesDefaultStyle
Gets or sets a value indicating whether this element incorporates style properties from theme styles.
(Inherited from FrameworkContentElement.)
Public propertyParent
Gets the parent in the logical tree for this element.
(Inherited from FrameworkContentElement.)
Public propertyResources
Gets or sets the current locally-defined resource dictionary.
(Inherited from FrameworkContentElement.)
Public propertyShouldGenerateFieldFilterEditors (Inherited from GridViewColumn.)
Public propertyShowColumnWhenGrouped (Inherited from GridViewColumn.)
Public propertyShowDistinctFilters (Inherited from GridViewColumn.)
Public propertyShowFieldFilters (Inherited from GridViewColumn.)
Public propertyShowFilterButton (Inherited from GridViewColumn.)
Public propertyShowToolTipOnTrimmedText (Inherited from GridViewColumn.)
Public propertySortingIndex (Inherited from GridViewColumn.)
Public propertySortingState (Inherited from GridViewColumn.)
Public propertySortMemberPath (Inherited from GridViewColumn.)
Public propertyStyle
Gets or sets the style to be used by this element.
(Inherited from FrameworkContentElement.)
Public propertyTabStopMode (Inherited from GridViewColumn.)
Public propertyTag
Gets or sets an arbitrary object value that can be used to store custom information about this element.
(Inherited from FrameworkContentElement.)
Protected propertyTargetFilters (Inherited from GridViewColumn.)
Public propertyTemplatedParent
Gets 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 FrameworkContentElement.)
Public propertyTextAlignment (Inherited from GridViewColumn.)
Public propertyTextDecorations (Inherited from GridViewColumn.)
Public propertyTextTrimming (Inherited from GridViewColumn.)
Public propertyTextWrapping (Inherited from GridViewColumn.)
Public propertyToolTip
Gets or sets the tool-tip object that is displayed for this element in the user interface (UI).
(Inherited from FrameworkContentElement.)
Public propertyToolTipTemplate (Inherited from GridViewColumn.)
Public propertyToolTipTemplateSelector (Inherited from GridViewColumn.)
Public propertyTouchesCaptured
Gets all touch devices that are captured to this element.
(Inherited from ContentElement.)
Public propertyTouchesCapturedWithin
Gets all touch devices that are captured to this element or any child elements in its visual tree.
(Inherited from ContentElement.)
Public propertyTouchesDirectlyOver
Gets all touch devices that are over this element.
(Inherited from ContentElement.)
Public propertyTouchesOver
Gets all touch devices that are over this element or any child elements in its visual tree.
(Inherited from ContentElement.)
Public propertyUniqueName (Inherited from GridViewColumn.)
Public propertyView
The view associated with this column
Public propertyWidth (Inherited from GridViewColumn.)

Events

  NameDescription
Public eventContextMenuClosing
Occurs just before any context menu on the element is closed.
(Inherited from FrameworkContentElement.)
Public eventContextMenuOpening
Occurs when any context menu on the element is opened.
(Inherited from FrameworkContentElement.)
Public eventDataContextChanged
Occurs when this element's data context changes.
(Inherited from FrameworkContentElement.)
Public eventDragEnter
Occurs when the input system reports an underlying drag event with this element as the drag target.
(Inherited from ContentElement.)
Public eventDragLeave
Occurs when the input system reports an underlying drag event with this element as the drag origin.
(Inherited from ContentElement.)
Public eventDragOver
Occurs when the input system reports an underlying drag event with this element as the potential drop target.
(Inherited from ContentElement.)
Public eventDrop
Occurs when the input system reports an underlying drop event with this element as the drop target.
(Inherited from ContentElement.)
Public eventFocusableChanged
Occurs when the value of the Focusable property changes.
(Inherited from ContentElement.)
Public eventGiveFeedback
Occurs when the input system reports an underlying drag-and-drop event that involves this element.
(Inherited from ContentElement.)
Public eventGotFocus
Occurs when this element gets logical focus.
(Inherited from ContentElement.)
Public eventGotKeyboardFocus
Occurs when the keyboard is focused on this element.
(Inherited from ContentElement.)
Public eventGotMouseCapture
Occurs when this element captures the mouse.
(Inherited from ContentElement.)
Public eventGotStylusCapture
Occurs when this element captures the stylus.
(Inherited from ContentElement.)
Public eventGotTouchCapture
Occurs when a touch is captured to this element.
(Inherited from ContentElement.)
Public eventInitialized
Occurs when this FrameworkContentElement is initialized. This coincides with cases where the value of the IsInitialized property changes from false (or undefined) to true.
(Inherited from FrameworkContentElement.)
Public eventIsEnabledChanged
Occurs when the value of the IsEnabled property on this element changes.
(Inherited from ContentElement.)
Public eventIsKeyboardFocusedChanged
Occurs when the value of the IsKeyboardFocused property changes on this element.
(Inherited from ContentElement.)
Public eventIsKeyboardFocusWithinChanged
Occurs when the value of the IsKeyboardFocusWithinChanged property changes on this element.
(Inherited from ContentElement.)
Public eventIsMouseCapturedChanged
Occurs when the value of the IsMouseCaptured property changes on this element.
(Inherited from ContentElement.)
Public eventIsMouseCaptureWithinChanged
Occurs when the value of the IsMouseCaptureWithinProperty changes on this element.
(Inherited from ContentElement.)
Public eventIsMouseDirectlyOverChanged
Occurs when the value of the IsMouseDirectlyOver property changes on this element.
(Inherited from ContentElement.)
Public eventIsStylusCapturedChanged
Occurs when the value of the IsStylusCaptured property changes on this element.
(Inherited from ContentElement.)
Public eventIsStylusCaptureWithinChanged
Occurs when the value of the IsStylusCaptureWithin property changes on this element.
(Inherited from ContentElement.)
Public eventIsStylusDirectlyOverChanged
Occurs when the value of the IsStylusDirectlyOver property changes on this element.
(Inherited from ContentElement.)
Public eventKeyDown
Occurs when a key is pressed while focus is on this element.
(Inherited from ContentElement.)
Public eventKeyUp
Occurs when a key is released while focus is on this element.
(Inherited from ContentElement.)
Public eventLoaded
Occurs when the element is laid out, rendered, and ready for interaction.
(Inherited from FrameworkContentElement.)
Public eventLostFocus
Occurs when this element loses logical focus.
(Inherited from ContentElement.)
Public eventLostKeyboardFocus
Occurs when the keyboard is no longer focused on this element.
(Inherited from ContentElement.)
Public eventLostMouseCapture
Occurs when this element loses mouse capture.
(Inherited from ContentElement.)
Public eventLostStylusCapture
Occurs when this element loses stylus capture.
(Inherited from ContentElement.)
Public eventLostTouchCapture
Occurs when this element loses a touch capture.
(Inherited from ContentElement.)
Public eventMouseDown
Occurs when any mouse button is pressed while the pointer is over this element.
(Inherited from ContentElement.)
Public eventMouseEnter
Occurs when the mouse pointer enters the bounds of this element.
(Inherited from ContentElement.)
Public eventMouseLeave
Occurs when the mouse pointer leaves the bounds of this element.
(Inherited from ContentElement.)
Public eventMouseLeftButtonDown
Occurs when the left mouse button is pressed while the mouse pointer is over this element.
(Inherited from ContentElement.)
Public eventMouseLeftButtonUp
Occurs when the left mouse button is released while the mouse pointer is over this element.
(Inherited from ContentElement.)
Public eventMouseMove
Occurs when the mouse pointer moves while over this element.
(Inherited from ContentElement.)
Public eventMouseRightButtonDown
Occurs when the right mouse button is pressed while the mouse pointer is over this element.
(Inherited from ContentElement.)
Public eventMouseRightButtonUp
Occurs when the right mouse button is released while the mouse pointer is over this element.
(Inherited from ContentElement.)
Public eventMouseUp
Occurs when any mouse button is released over this element.
(Inherited from ContentElement.)
Public eventMouseWheel
Occurs when the user rotates the mouse wheel while the mouse pointer is over this element.
(Inherited from ContentElement.)
Public eventPreviewDragEnter
Occurs when the input system reports an underlying drag event with this element as the drag target.
(Inherited from ContentElement.)
Public eventPreviewDragLeave
Occurs when the input system reports an underlying drag event with this element as the drag origin.
(Inherited from ContentElement.)
Public eventPreviewDragOver
Occurs when the input system reports an underlying drag event with this element as the potential drop target.
(Inherited from ContentElement.)
Public eventPreviewDrop
Occurs when the input system reports an underlying drop event with this element as the drop target.
(Inherited from ContentElement.)
Public eventPreviewGiveFeedback
Occurs when a drag-and-drop operation is started.
(Inherited from ContentElement.)
Public eventPreviewGotKeyboardFocus
Occurs when the keyboard is focused on this element.
(Inherited from ContentElement.)
Public eventPreviewKeyDown
Occurs when a key is pressed while the keyboard is focused on this element.
(Inherited from ContentElement.)
Public eventPreviewKeyUp
Occurs when a key is released while the keyboard is focused on this element.
(Inherited from ContentElement.)
Public eventPreviewLostKeyboardFocus
Occurs when the keyboard is no longer focused on this element.
(Inherited from ContentElement.)
Public eventPreviewMouseDown
Occurs when any mouse button is pressed while the pointer is over this element.
(Inherited from ContentElement.)
Public eventPreviewMouseLeftButtonDown
Occurs when the left mouse button is pressed while the mouse pointer is over this element.
(Inherited from ContentElement.)
Public eventPreviewMouseLeftButtonUp
Occurs when the left mouse button is released while the mouse pointer is over this element.
(Inherited from ContentElement.)
Public eventPreviewMouseMove
Occurs when the mouse pointer moves while the mouse pointer is over this element.
(Inherited from ContentElement.)
Public eventPreviewMouseRightButtonDown
Occurs when the right mouse button is pressed while the mouse pointer is over this element.
(Inherited from ContentElement.)
Public eventPreviewMouseRightButtonUp
Occurs when the right mouse button is released while the mouse pointer is over this element.
(Inherited from ContentElement.)
Public eventPreviewMouseUp
Occurs when any mouse button is released while the mouse pointer is over this element.
(Inherited from ContentElement.)
Public eventPreviewMouseWheel
Occurs when the user rotates the mouse wheel while the mouse pointer is over this element.
(Inherited from ContentElement.)
Public eventPreviewQueryContinueDrag
Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation.
(Inherited from ContentElement.)
Public eventPreviewStylusButtonDown
Occurs when the stylus button is pressed while the pointer is over this element.
(Inherited from ContentElement.)
Public eventPreviewStylusButtonUp
Occurs when the stylus button is released while the pointer is over this element.
(Inherited from ContentElement.)
Public eventPreviewStylusDown
Occurs when the stylus touches the digitizer while it is over this element.
(Inherited from ContentElement.)
Public eventPreviewStylusInAirMove
Occurs when the stylus moves over an element without actually touching the digitizer.
(Inherited from ContentElement.)
Public eventPreviewStylusInRange
Occurs when the stylus is close enough to the digitizer to be detected, while over this element.
(Inherited from ContentElement.)
Public eventPreviewStylusMove
Occurs when the stylus moves while over the element. The stylus must move while being detected by the  digitizer to raise this event, otherwise, PreviewStylusInAirMove is raised instead.
(Inherited from ContentElement.)
Public eventPreviewStylusOutOfRange
Occurs when the stylus is too far from the digitizer to be detected.
(Inherited from ContentElement.)
Public eventPreviewStylusSystemGesture
Occurs when a user performs one of several stylus gestures.
(Inherited from ContentElement.)
Public eventPreviewStylusUp
Occurs when the user raises the stylus off the digitizer while the stylus is over this element.
(Inherited from ContentElement.)
Public eventPreviewTextInput
Occurs when this element gets text in a device-independent manner.
(Inherited from ContentElement.)
Public eventPreviewTouchDown
Occurs when a finger touches the screen while the finger is over this element.
(Inherited from ContentElement.)
Public eventPreviewTouchMove
Occurs when a finger moves on the screen while the finger is over this element.
(Inherited from ContentElement.)
Public eventPreviewTouchUp
Occurs when a finger is raised off of the screen while the finger is over this element.
(Inherited from ContentElement.)
Public eventPropertyChanged (Inherited from GridViewColumn.)
Public eventQueryContinueDrag
Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation.
(Inherited from ContentElement.)
Public eventQueryCursor
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 ContentElement.)
Public eventSortingStateChanged (Inherited from GridViewColumn.)
Public eventSourceUpdated
Occurs when any associated data source participating in a binding on this element changes.
(Inherited from FrameworkContentElement.)
Public eventStylusButtonDown
Occurs when the stylus button is pressed while the pointer is over this element.
(Inherited from ContentElement.)
Public eventStylusButtonUp
Occurs when the stylus button is released while the pointer is over this element.
(Inherited from ContentElement.)
Public eventStylusDown
Occurs when the stylus touches the digitizer while the stylus is over this element.
(Inherited from ContentElement.)
Public eventStylusEnter
Occurs when the stylus enters the bounds of this element.
(Inherited from ContentElement.)
Public eventStylusInAirMove
Occurs when the stylus moves over an element without actually touching the digitizer.
(Inherited from ContentElement.)
Public eventStylusInRange
Occurs when the stylus is close enough to the digitizer to be detected, while over this element.
(Inherited from ContentElement.)
Public eventStylusLeave
Occurs when the stylus leaves the bounds of the element.
(Inherited from ContentElement.)
Public eventStylusMove
Occurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, StylusInAirMove is raised instead.
(Inherited from ContentElement.)
Public eventStylusOutOfRange
Occurs when the stylus is too far from the digitizer to be detected, while over this element.
(Inherited from ContentElement.)
Public eventStylusSystemGesture
Occurs when a user performs one of several stylus gestures.
(Inherited from ContentElement.)
Public eventStylusUp
Occurs when the user raises the stylus off the digitizer while it is over this element.
(Inherited from ContentElement.)
Public eventTargetUpdated
Occurs when any associated target property participating in a binding on this element changes.
(Inherited from FrameworkContentElement.)
Public eventTextInput
Occurs when this element gets text in a device-independent manner.
(Inherited from ContentElement.)
Public eventToolTipClosing
Occurs just before any tooltip on the element is closed.
(Inherited from FrameworkContentElement.)
Public eventToolTipOpening
Occurs when any tooltip on the element is opened.
(Inherited from FrameworkContentElement.)
Public eventTouchDown
Occurs when a finger touches the screen while the finger is over this element.
(Inherited from ContentElement.)
Public eventTouchEnter
Occurs when a touch moves from outside to inside the bounds of this element.
(Inherited from ContentElement.)
Public eventTouchLeave
Occurs when a touch moves from inside to outside the bounds of this element.
(Inherited from ContentElement.)
Public eventTouchMove
Occurs when a finger moves on the screen while the finger is over this element.
(Inherited from ContentElement.)
Public eventTouchUp
Occurs when a finger is raised off of the screen while the finger is over this element.
(Inherited from ContentElement.)
Public eventUnloaded
Occurs when the element is removed from an element tree of loaded elements.
(Inherited from FrameworkContentElement.)

See Also