Version

GridView Class Methods

For a list of all members of this type, see GridView members.

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. (Inherited from Infragistics.Windows.DataPresenter.ViewBase)
Protected Internal MethodGetFieldLayoutTemplateGeneratorOverridden. Gets 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 MethodOnPropertyChangedOverridden. Called when the value of a property changes.  
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. (Inherited from Infragistics.Windows.DataPresenter.ViewBase)
Protected Internal MethodPrepareContainerForRecordPresenterAssociates the wrapper element returned from ViewBase.GetContainerForRecordPresenter with the specified RecordPresenter element. (Inherited from Infragistics.Windows.DataPresenter.ViewBase)
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)
See Also