このクラスのメンバの一覧は、GridViewメンバを参照してください。
名前 | 解説 | |
---|---|---|
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から継承されます。 | |
AddToEventRoute | Adds handlers to the specified System.Windows.EventRoute for the current System.Windows.ContentElement event handler collection. System.Windows.ContentElementから継承されます。 | |
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から継承されます。 | |
BeginAnimation | オーバーロードされます。 Starts an animation for a specified animated property on this element. System.Windows.ContentElementから継承されます。 | |
BeginInit | Called before an element is initialized. System.Windows.FrameworkContentElementから継承されます。 | |
BeginStoryboard | オーバーロードされます。 Begins the sequence of actions that are contained in the provided storyboard. System.Windows.FrameworkContentElementから継承されます。 | |
BringIntoView | Attempts to bring this element into view, within any scrollable regions it is contained within. System.Windows.FrameworkContentElementから継承されます。 | |
CaptureMouse | Attempts to force capture of the mouse to this element. System.Windows.ContentElementから継承されます。 | |
CaptureStylus | Attempts to force capture of the stylus to this element. System.Windows.ContentElementから継承されます。 | |
CaptureTouch | Attempts to force capture of a touch to this element. System.Windows.ContentElementから継承されます。 | |
ClearValue | オーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。 | |
CoerceValue | Coerces 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から継承されます。 | |
EndInit | Called immediately after an element is initialized. System.Windows.FrameworkContentElementから継承されます。 | |
Equals | System.Windows.DependencyObjectから継承されます。 | |
FindName | System.Windows.FrameworkContentElementから継承されます。 | |
FindResource | Searches for a resource with the specified key, and will throw an exception if the requested resource is not found. System.Windows.FrameworkContentElementから継承されます。 | |
Focus | Attempts to set focus to this element. System.Windows.ContentElementから継承されます。 | |
GetAnimationBaseValue | Returns 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から継承されます。 | |
GetBindingExpression | Gets the System.Windows.Data.BindingExpression for the specified property's binding. System.Windows.FrameworkContentElementから継承されます。 | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
InvalidateProperty | System.Windows.DependencyObjectから継承されます。 | |
MoveFocus | Moves the keyboard focus from this element to another element. System.Windows.FrameworkContentElementから継承されます。 | |
PredictFocus | 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. System.Windows.FrameworkContentElementから継承されます。 | |
RaiseEvent | System.Windows.ContentElementから継承されます。 | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。 | |
RegisterName | Provides an accessor that simplifies access to the System.Windows.NameScope registration method. System.Windows.FrameworkContentElementから継承されます。 | |
ReleaseAllTouchCaptures | Releases all captured touch devices from this element. System.Windows.ContentElementから継承されます。 | |
ReleaseMouseCapture | Releases the mouse capture, if this element held the capture. System.Windows.ContentElementから継承されます。 | |
ReleaseStylusCapture | Releases the stylus device capture, if this element held the capture. System.Windows.ContentElementから継承されます。 | |
ReleaseTouchCapture | Attempts to release the specified touch device from this element. System.Windows.ContentElementから継承されます。 | |
RemoveHandler | Removes the specified routed event handler from this element. System.Windows.ContentElementから継承されます。 | |
SetBinding | オーバーロードされます。 Attaches a binding to this element, based on the provided binding object. System.Windows.FrameworkContentElementから継承されます。 | |
SetCurrentValue | System.Windows.DependencyObjectから継承されます。 | |
SetResourceReference | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. System.Windows.FrameworkContentElementから継承されます。 | |
SetValue | オーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。 | |
TryFindResource | Searches for a resource with the specified key, and returns that resource if found. System.Windows.FrameworkContentElementから継承されます。 | |
UnregisterName | Simplifies access to the System.Windows.NameScope de-registration method. System.Windows.FrameworkContentElementから継承されます。 | |
UpdateDefaultStyle | Reapplies the default style to the current System.Windows.FrameworkContentElement. System.Windows.FrameworkContentElementから継承されます。 |
名前 | 解説 | |
---|---|---|
AddLogicalChild | Adds the provided element as a child of this element. System.Windows.FrameworkContentElementから継承されます。 | |
GetContainerForRecordPresenter | RecordPresenter を内部に折り返す要素を返します。折り返しが不要である場合、このメソッドはnull を返します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
GetFieldLayoutTemplateGenerator | オーバーライドされます。 現在の View で指定されたレイアウトに適切なテンプレートを生成するための FieldLayoutTemplateGenerator 派生クラスを取得します。 | |
GetUIParentCore | Returns 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から継承されます。 | |
OnContextMenuClosing | Invoked 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から継承されます。 | |
OnContextMenuOpening | Invoked 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から継承されます。 | |
OnCreateAutomationPeer | Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. System.Windows.ContentElementから継承されます。 | |
OnDragEnter | Invoked 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から継承されます。 | |
OnDragLeave | Invoked 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から継承されます。 | |
OnDragOver | Invoked 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から継承されます。 | |
OnDrop | Invoked 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から継承されます。 | |
OnGiveFeedback | Invoked 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から継承されます。 | |
OnGotFocus | Class handler for the System.Windows.ContentElement.GotFocus event. System.Windows.FrameworkContentElementから継承されます。 | |
OnGotKeyboardFocus | Invoked 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から継承されます。 | |
OnGotMouseCapture | Invoked 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から継承されます。 | |
OnGotStylusCapture | Invoked 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から継承されます。 | |
OnGotTouchCapture | Provides class handling for the System.Windows.ContentElement.GotTouchCapture routed event that occurs when a touch is captured to this element. System.Windows.ContentElementから継承されます。 | |
OnInitialized | Raises the System.Windows.FrameworkContentElement.Initialized event. This method is invoked whenever System.Windows.FrameworkContentElement.IsInitialized is set to true. System.Windows.FrameworkContentElementから継承されます。 | |
OnIsKeyboardFocusedChanged | Invoked 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から継承されます。 | |
OnIsKeyboardFocusWithinChanged | Invoked 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から継承されます。 | |
OnIsMouseCapturedChanged | Invoked 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から継承されます。 | |
OnIsMouseCaptureWithinChanged | Invoked 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から継承されます。 | |
OnIsMouseDirectlyOverChanged | Invoked 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から継承されます。 | |
OnIsStylusCapturedChanged | Invoked 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から継承されます。 | |
OnIsStylusCaptureWithinChanged | Invoked 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から継承されます。 | |
OnIsStylusDirectlyOverChanged | Invoked 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から継承されます。 | |
OnKeyDown | Invoked 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から継承されます。 | |
OnKeyUp | Invoked 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から継承されます。 | |
OnLostFocus | Raises the System.Windows.ContentElement.LostFocus routed event by using the event data that is provided. System.Windows.ContentElementから継承されます。 | |
OnLostKeyboardFocus | Invoked 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から継承されます。 | |
OnLostMouseCapture | Invoked 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から継承されます。 | |
OnLostStylusCapture | Invoked 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から継承されます。 | |
OnLostTouchCapture | Provides class handling for the System.Windows.ContentElement.LostTouchCapture routed event that occurs when this element loses a touch capture. System.Windows.ContentElementから継承されます。 | |
OnMouseDown | Invoked 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から継承されます。 | |
OnMouseEnter | Invoked 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から継承されます。 | |
OnMouseLeave | Invoked 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から継承されます。 | |
OnMouseLeftButtonDown | Invoked 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から継承されます。 | |
OnMouseLeftButtonUp | Invoked 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から継承されます。 | |
OnMouseMove | Invoked 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から継承されます。 | |
OnMouseRightButtonDown | Invoked 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から継承されます。 | |
OnMouseRightButtonUp | Invoked 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から継承されます。 | |
OnMouseUp | Invoked 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から継承されます。 | |
OnMouseWheel | Invoked 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から継承されます。 | |
OnPreviewDragEnter | Invoked 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から継承されます。 | |
OnPreviewDragLeave | Invoked 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から継承されます。 | |
OnPreviewDragOver | Invoked 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から継承されます。 | |
OnPreviewDrop | Invoked 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から継承されます。 | |
OnPreviewGiveFeedback | Invoked 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から継承されます。 | |
OnPreviewGotKeyboardFocus | Invoked 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から継承されます。 | |
OnPreviewKeyDown | Invoked 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から継承されます。 | |
OnPreviewKeyUp | Invoked 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から継承されます。 | |
OnPreviewLostKeyboardFocus | Invoked 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から継承されます。 | |
OnPreviewMouseDown | Invoked 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から継承されます。 | |
OnPreviewMouseLeftButtonDown | Invoked 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から継承されます。 | |
OnPreviewMouseLeftButtonUp | Invoked 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から継承されます。 | |
OnPreviewMouseMove | Invoked 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から継承されます。 | |
OnPreviewMouseRightButtonDown | Invoked 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から継承されます。 | |
OnPreviewMouseRightButtonUp | Invoked 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から継承されます。 | |
OnPreviewMouseUp | Invoked 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から継承されます。 | |
OnPreviewMouseWheel | Invoked 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から継承されます。 | |
OnPreviewQueryContinueDrag | Invoked 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から継承されます。 | |
OnPreviewStylusButtonDown | Invoked 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から継承されます。 | |
OnPreviewStylusButtonUp | Invoked 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から継承されます。 | |
OnPreviewStylusDown | Invoked 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から継承されます。 | |
OnPreviewStylusInAirMove | Invoked 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から継承されます。 | |
OnPreviewStylusInRange | Invoked 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から継承されます。 | |
OnPreviewStylusMove | Invoked 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から継承されます。 | |
OnPreviewStylusOutOfRange | Invoked 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から継承されます。 | |
OnPreviewStylusSystemGesture | Invoked 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から継承されます。 | |
OnPreviewStylusUp | Invoked 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から継承されます。 | |
OnPreviewTextInput | Invoked 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から継承されます。 | |
OnPreviewTouchDown | Provides class handling for the System.Windows.ContentElement.PreviewTouchDown routed event that occurs when a touch presses this element. System.Windows.ContentElementから継承されます。 | |
OnPreviewTouchMove | Provides class handling for the System.Windows.ContentElement.PreviewTouchMove routed event that occurs when a touch moves while inside this element. System.Windows.ContentElementから継承されます。 | |
OnPreviewTouchUp | Provides class handling for the System.Windows.ContentElement.PreviewTouchUp routed event that occurs when a touch is released inside this element. System.Windows.ContentElementから継承されます。 | |
OnPropertyChanged | オーバーライドされます。 プロパティの値が変更されたときに呼び出されます。 | |
OnQueryContinueDrag | Invoked 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から継承されます。 | |
OnQueryCursor | Invoked 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から継承されます。 | |
OnStyleChanged | System.Windows.FrameworkContentElementから継承されます。 | |
OnStylusButtonDown | Invoked 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から継承されます。 | |
OnStylusButtonUp | Invoked 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から継承されます。 | |
OnStylusDown | Invoked 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から継承されます。 | |
OnStylusEnter | Invoked 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から継承されます。 | |
OnStylusInAirMove | Invoked 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から継承されます。 | |
OnStylusInRange | Invoked 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から継承されます。 | |
OnStylusLeave | Invoked 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から継承されます。 | |
OnStylusMove | Invoked 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から継承されます。 | |
OnStylusOutOfRange | Invoked 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から継承されます。 | |
OnStylusSystemGesture | Invoked 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から継承されます。 | |
OnStylusUp | Invoked 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から継承されます。 | |
OnTextInput | Invoked 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から継承されます。 | |
OnToolTipClosing | Invoked 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から継承されます。 | |
OnToolTipOpening | Invoked 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から継承されます。 | |
OnTouchDown | Provides class handling for the System.Windows.ContentElement.TouchDown routed event that occurs when a touch presses inside this element. System.Windows.ContentElementから継承されます。 | |
OnTouchEnter | Provides 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から継承されます。 | |
OnTouchLeave | Provides 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から継承されます。 | |
OnTouchMove | Provides class handling for the System.Windows.ContentElement.TouchMove routed event that occurs when a touch moves while inside this element. System.Windows.ContentElementから継承されます。 | |
OnTouchUp | Provides class handling for the System.Windows.ContentElement.TouchUp routed event that occurs when a touch is released inside this element. System.Windows.ContentElementから継承されます。 | |
OnViewStateChanged | View の状態が変更し、UI の更新が必要な場合に発生します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
PrepareContainerForRecordPresenter | ViewBase.GetContainerForRecordPresenter から返されたラッパー要素を指定された RecordPresenter 要素に関連付けます。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
RemoveLogicalChild | Removes the specified element from the logical tree for this element. System.Windows.FrameworkContentElementから継承されます。 | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。 |