バージョン

GridView クラス メソッド

このクラスのメンバの一覧は、GridViewメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドAddHandlerオーバーロードされます。 Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. System.Windows.ContentElementから継承されます。
Public メソッドAddToEventRouteAdds handlers to the specified System.Windows.EventRoute for the current System.Windows.ContentElement event handler collection. System.Windows.ContentElementから継承されます。
Public メソッドApplyAnimationClockオーバーロードされます。 Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. System.Windows.ContentElementから継承されます。
Public メソッドBeginAnimationオーバーロードされます。 Starts an animation for a specified animated property on this element. System.Windows.ContentElementから継承されます。
Public メソッドBeginInitCalled before an element is initialized. System.Windows.FrameworkContentElementから継承されます。
Public メソッドBeginStoryboardオーバーロードされます。 Begins the sequence of actions that are contained in the provided storyboard. System.Windows.FrameworkContentElementから継承されます。
Public メソッドBringIntoViewAttempts to bring this element into view, within any scrollable regions it is contained within. System.Windows.FrameworkContentElementから継承されます。
Public メソッドCaptureMouseAttempts to force capture of the mouse to this element. System.Windows.ContentElementから継承されます。
Public メソッドCaptureStylusAttempts to force capture of the stylus to this element. System.Windows.ContentElementから継承されます。
Public メソッドCaptureTouchAttempts to force capture of a touch to this element. System.Windows.ContentElementから継承されます。
Public メソッドClearValueオーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。
Public メソッドCoerceValueCoerces 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. System.Windows.DependencyObjectから継承されます。
Public メソッドEndInitCalled immediately after an element is initialized. System.Windows.FrameworkContentElementから継承されます。
Public メソッドEquals System.Windows.DependencyObjectから継承されます。
Public メソッドFindName System.Windows.FrameworkContentElementから継承されます。
Public メソッドFindResourceSearches for a resource with the specified key, and will throw an exception if the requested resource is not found. System.Windows.FrameworkContentElementから継承されます。
Public メソッドFocusAttempts to set focus to this element. System.Windows.ContentElementから継承されます。
Public メソッドGetAnimationBaseValueReturns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. System.Windows.ContentElementから継承されます。
Public メソッドGetBindingExpressionGets the System.Windows.Data.BindingExpression for the specified property's binding. System.Windows.FrameworkContentElementから継承されます。
Public メソッドGetHashCodeGets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドInvalidateProperty System.Windows.DependencyObjectから継承されます。
Public メソッドMoveFocusMoves the keyboard focus from this element to another element. System.Windows.FrameworkContentElementから継承されます。
Public メソッドPredictFocusDetermines 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. System.Windows.FrameworkContentElementから継承されます。
Public メソッドRaiseEvent System.Windows.ContentElementから継承されます。
Public メソッドReadLocalValueReturns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。
Public メソッドRegisterNameProvides an accessor that simplifies access to the System.Windows.NameScope registration method. System.Windows.FrameworkContentElementから継承されます。
Public メソッドReleaseAllTouchCapturesReleases all captured touch devices from this element. System.Windows.ContentElementから継承されます。
Public メソッドReleaseMouseCaptureReleases the mouse capture, if this element held the capture. System.Windows.ContentElementから継承されます。
Public メソッドReleaseStylusCaptureReleases the stylus device capture, if this element held the capture. System.Windows.ContentElementから継承されます。
Public メソッドReleaseTouchCaptureAttempts to release the specified touch device from this element. System.Windows.ContentElementから継承されます。
Public メソッドRemoveHandlerRemoves the specified routed event handler from this element. System.Windows.ContentElementから継承されます。
Public メソッドSetBindingオーバーロードされます。 Attaches a binding to this element, based on the provided binding object. System.Windows.FrameworkContentElementから継承されます。
Public メソッドSetCurrentValue System.Windows.DependencyObjectから継承されます。
Public メソッドSetResourceReferenceSearches for a resource with the specified name and sets up a resource reference to it for the specified property. System.Windows.FrameworkContentElementから継承されます。
Public メソッドSetValueオーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。
Public メソッドTryFindResourceSearches for a resource with the specified key, and returns that resource if found. System.Windows.FrameworkContentElementから継承されます。
Public メソッドUnregisterNameSimplifies access to the System.Windows.NameScope de-registration method. System.Windows.FrameworkContentElementから継承されます。
Public メソッドUpdateDefaultStyleReapplies the default style to the current System.Windows.FrameworkContentElement. System.Windows.FrameworkContentElementから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected Internal メソッドAddLogicalChildAdds the provided element as a child of this element. System.Windows.FrameworkContentElementから継承されます。
Protected Internal メソッドGetContainerForRecordPresenterRecordPresenter を内部に折り返す要素を返します。折り返しが不要である場合、このメソッドはnull を返します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。
Protected Internal メソッドGetFieldLayoutTemplateGeneratorオーバーライドされます。 現在の View で指定されたレイアウトに適切なテンプレートを生成するための FieldLayoutTemplateGenerator 派生クラスを取得します。  
Protected Internal メソッドGetUIParentCoreReturns 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. System.Windows.FrameworkContentElementから継承されます。
Protected メソッドOnContextMenuClosingInvoked whenever the System.Windows.FrameworkContentElement.ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. System.Windows.FrameworkContentElementから継承されます。
Protected メソッドOnContextMenuOpeningInvoked whenever the System.Windows.FrameworkContentElement.ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. System.Windows.FrameworkContentElementから継承されます。
Protected メソッドOnCreateAutomationPeerReturns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnDragEnterInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnDragLeaveInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnDragOverInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnDropInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnGiveFeedbackInvoked 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. System.Windows.ContentElementから継承されます。
Protected メソッドOnGotFocusClass handler for the System.Windows.ContentElement.GotFocus event. System.Windows.FrameworkContentElementから継承されます。
Protected Internal メソッドOnGotKeyboardFocusInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnGotMouseCaptureInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnGotStylusCaptureInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnGotTouchCaptureProvides class handling for the System.Windows.ContentElement.GotTouchCapture routed event that occurs when a touch is captured to this element. System.Windows.ContentElementから継承されます。
Protected メソッドOnInitializedRaises the System.Windows.FrameworkContentElement.Initialized event. This method is invoked whenever System.Windows.FrameworkContentElement.IsInitialized is set to true. System.Windows.FrameworkContentElementから継承されます。
Protected メソッドOnIsKeyboardFocusedChangedInvoked when an unhandled System.Windows.ContentElement.IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. System.Windows.ContentElementから継承されます。
Protected メソッドOnIsKeyboardFocusWithinChangedInvoked just before the System.Windows.ContentElement.IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event. System.Windows.ContentElementから継承されます。
Protected メソッドOnIsMouseCapturedChangedInvoked when an unhandled System.Windows.ContentElement.IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. System.Windows.ContentElementから継承されます。
Protected メソッドOnIsMouseCaptureWithinChangedInvoked when an unhandled System.Windows.ContentElement.IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. System.Windows.ContentElementから継承されます。
Protected メソッドOnIsMouseDirectlyOverChangedInvoked when an unhandled System.Windows.ContentElement.IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. System.Windows.ContentElementから継承されます。
Protected メソッドOnIsStylusCapturedChangedInvoked when an unhandled System.Windows.ContentElement.IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. System.Windows.ContentElementから継承されます。
Protected メソッドOnIsStylusCaptureWithinChangedInvoked when an unhandled System.Windows.ContentElement.IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. System.Windows.ContentElementから継承されます。
Protected メソッドOnIsStylusDirectlyOverChangedInvoked when an unhandled System.Windows.ContentElement.IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnKeyDownInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnKeyUpInvoked 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. System.Windows.ContentElementから継承されます。
Protected メソッドOnLostFocusRaises the System.Windows.ContentElement.LostFocus routed event by using the event data that is provided. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnLostKeyboardFocusInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnLostMouseCaptureInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnLostStylusCaptureInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnLostTouchCaptureProvides class handling for the System.Windows.ContentElement.LostTouchCapture routed event that occurs when this element loses a touch capture. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnMouseDownInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnMouseEnterInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnMouseLeaveInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnMouseLeftButtonDownInvoked when an unhandled System.Windows.ContentElement.MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnMouseLeftButtonUpInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnMouseMoveInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnMouseRightButtonDownInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnMouseRightButtonUpInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnMouseUpInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnMouseWheelInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewDragEnterInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewDragLeaveInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewDragOverInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewDropInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewGiveFeedbackInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewGotKeyboardFocusInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewKeyDownInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewKeyUpInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewLostKeyboardFocusInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewMouseDownInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewMouseLeftButtonDownInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewMouseLeftButtonUpInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewMouseMoveInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewMouseRightButtonDownInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewMouseRightButtonUpInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewMouseUpInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewMouseWheelInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewQueryContinueDragInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewStylusButtonDownInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewStylusButtonUpInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewStylusDownInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewStylusInAirMoveInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewStylusInRangeInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewStylusMoveInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewStylusOutOfRangeInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewStylusSystemGestureInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewStylusUpInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewTextInputInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewTouchDownProvides class handling for the System.Windows.ContentElement.PreviewTouchDown routed event that occurs when a touch presses this element. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewTouchMoveProvides class handling for the System.Windows.ContentElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnPreviewTouchUpProvides class handling for the System.Windows.ContentElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. System.Windows.ContentElementから継承されます。
Protected メソッドOnPropertyChangedオーバーライドされます。 プロパティの値が変更されたときに呼び出されます。  
Protected Internal メソッドOnQueryContinueDragInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnQueryCursorInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnStyleChanged System.Windows.FrameworkContentElementから継承されます。
Protected Internal メソッドOnStylusButtonDownInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnStylusButtonUpInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnStylusDownInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnStylusEnterInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnStylusInAirMoveInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnStylusInRangeInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnStylusLeaveInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnStylusMoveInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnStylusOutOfRangeInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnStylusSystemGestureInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnStylusUpInvoked 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnTextInputInvoked 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. System.Windows.ContentElementから継承されます。
Protected メソッドOnToolTipClosingInvoked whenever the System.Windows.FrameworkContentElement.ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. System.Windows.FrameworkContentElementから継承されます。
Protected メソッドOnToolTipOpeningInvoked whenever the System.Windows.FrameworkContentElement.ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. System.Windows.FrameworkContentElementから継承されます。
Protected Internal メソッドOnTouchDownProvides class handling for the System.Windows.ContentElement.TouchDown routed event that occurs when a touch presses inside this element. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnTouchEnterProvides 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnTouchLeaveProvides 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. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnTouchMoveProvides class handling for the System.Windows.ContentElement.TouchMove routed event that occurs when a touch moves while inside this element. System.Windows.ContentElementから継承されます。
Protected Internal メソッドOnTouchUpProvides class handling for the System.Windows.ContentElement.TouchUp routed event that occurs when a touch is released inside this element. System.Windows.ContentElementから継承されます。
Protected メソッドOnViewStateChangedView の状態が変更し、UI の更新が必要な場合に発生します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。
Protected Internal メソッドPrepareContainerForRecordPresenterViewBase.GetContainerForRecordPresenter から返されたラッパー要素を指定された RecordPresenter 要素に関連付けます。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。
Protected Internal メソッドRemoveLogicalChildRemoves the specified element from the logical tree for this element. System.Windows.FrameworkContentElementから継承されます。
Protected Internal メソッドShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。
トップ
参照