The RowNumberColumn type exposes the following members.

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