| 名前 | 解説 |
| ContextMenuClosing | Occurs just before any context menu on the element is closed. System.Windows.FrameworkElementから継承されます。 |
| ContextMenuOpening | Occurs when any context menu on the element is opened. System.Windows.FrameworkElementから継承されます。 |
| DataContextChanged | Occurs when the data context for this element changes. System.Windows.FrameworkElementから継承されます。 |
| DragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. System.Windows.UIElementから継承されます。 |
| DragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. System.Windows.UIElementから継承されます。 |
| DragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. System.Windows.UIElementから継承されます。 |
| Drop | Occurs when the input system reports an underlying drop event with this element as the drop target. System.Windows.UIElementから継承されます。 |
| DropDownClosed | GcNumber の GrapeCity.Windows.InputMan.Primitives.DropDownWindow が閉じたときに発生します。 |
| DropDownOpened | GcNumber の GrapeCity.Windows.InputMan.Primitives.DropDownWindow が開いたときに発生します。 |
| EditStatusChanged | 編集スタイルが変更されたときに発生します。 GrapeCity.Windows.InputMan.Primitives.EditBaseから継承されます。 |
| FocusableChanged | Occurs when the value of the System.Windows.UIElement.Focusable property changes. System.Windows.UIElementから継承されます。 |
| GiveFeedback | Occurs when the input system reports an underlying drag-and-drop event that involves this element. System.Windows.UIElementから継承されます。 |
| GotFocus | Occurs when this element gets logical focus. System.Windows.UIElementから継承されます。 |
| GotKeyboardFocus | Occurs when the keyboard is focused on this element. System.Windows.UIElementから継承されます。 |
| GotMouseCapture | Occurs when this element captures the mouse. System.Windows.UIElementから継承されます。 |
| GotStylusCapture | Occurs when this element captures the stylus. System.Windows.UIElementから継承されます。 |
| GotTouchCapture | System.Windows.UIElementから継承されます。 |
| Initialized | Occurs when this System.Windows.FrameworkElement is initialized. This event coincides with cases where the value of the System.Windows.FrameworkElement.IsInitialized property changes from false (or undefined) to true. System.Windows.FrameworkElementから継承されます。 |
| InvalidInput | 無効な文字が入力されたときに発生します。 GrapeCity.Windows.InputMan.Primitives.EditBaseから継承されます。 |
| IsActiveChanged | この要素の GrapeCity.Windows.InputMan.Primitives.ControlBase.IsActive プロパティの値が変更されたときに発生します。 GrapeCity.Windows.InputMan.Primitives.ControlBaseから継承されます。 |
| IsEnabledChanged | Occurs when the value of the System.Windows.UIElement.IsEnabled property on this element changes. System.Windows.UIElementから継承されます。 |
| IsHitTestVisibleChanged | Occurs when the value of the System.Windows.UIElement.IsHitTestVisible dependency property changes on this element. System.Windows.UIElementから継承されます。 |
| IsKeyboardFocusedChanged | Occurs when the value of the System.Windows.UIElement.IsKeyboardFocused property changes on this element. System.Windows.UIElementから継承されます。 |
| IsKeyboardFocusWithinChanged | Occurs when the value of the System.Windows.UIElement.IsKeyboardFocusWithinChanged property changes on this element. System.Windows.UIElementから継承されます。 |
| IsModifiedChanged | GrapeCity.Windows.InputMan.Primitives.EditBase.IsModified プロパティが変更されたときに発生します。 GrapeCity.Windows.InputMan.Primitives.EditBaseから継承されます。 |
| IsMouseCapturedChanged | Occurs when the value of the System.Windows.UIElement.IsMouseCaptured property changes on this element. System.Windows.UIElementから継承されます。 |
| IsMouseCaptureWithinChanged | Occurs when the value of the System.Windows.UIElement.IsMouseCaptureWithinProperty changes on this element. System.Windows.UIElementから継承されます。 |
| IsMouseDirectlyOverChanged | Occurs when the value of the System.Windows.UIElement.IsMouseDirectlyOver property changes on this element. System.Windows.UIElementから継承されます。 |
| IsStylusCapturedChanged | Occurs when the value of the System.Windows.UIElement.IsStylusCaptured property changes on this element. System.Windows.UIElementから継承されます。 |
| IsStylusCaptureWithinChanged | Occurs when the value of the System.Windows.UIElement.IsStylusCaptureWithin property changes on this element. System.Windows.UIElementから継承されます。 |
| IsStylusDirectlyOverChanged | Occurs when the value of the System.Windows.UIElement.IsStylusDirectlyOver property changes on this element. System.Windows.UIElementから継承されます。 |
| IsVisibleChanged | Occurs when the value of the System.Windows.UIElement.IsVisible property changes on this element. System.Windows.UIElementから継承されます。 |
| KeyDown | Occurs when a key is pressed while focus is on this element. System.Windows.UIElementから継承されます。 |
| KeyExit | 特定のキーを入力したことでコントロールがフォーカスを失ったときに発生します。 GrapeCity.Windows.InputMan.Primitives.EditBaseから継承されます。 |
| KeyUp | Occurs when a key is released while focus is on this element. System.Windows.UIElementから継承されます。 |
| LayoutUpdated | Occurs when the layout of the various visual elements associated with the current System.Windows.Threading.Dispatcher changes. System.Windows.UIElementから継承されます。 |
| Loaded | Occurs when the element is laid out, rendered, and ready for interaction. System.Windows.FrameworkElementから継承されます。 |
| LostFocus | Occurs when this element loses logical focus. System.Windows.UIElementから継承されます。 |
| LostKeyboardFocus | Occurs when the keyboard is no longer focused on this element,. System.Windows.UIElementから継承されます。 |
| LostMouseCapture | Occurs when this element loses mouse capture. System.Windows.UIElementから継承されます。 |
| LostStylusCapture | Occurs when this element loses stylus capture. System.Windows.UIElementから継承されます。 |
| LostTouchCapture | System.Windows.UIElementから継承されます。 |
| ManipulationBoundaryFeedback | System.Windows.UIElementから継承されます。 |
| ManipulationCompleted | System.Windows.UIElementから継承されます。 |
| ManipulationDelta | System.Windows.UIElementから継承されます。 |
| ManipulationInertiaStarting | System.Windows.UIElementから継承されます。 |
| ManipulationStarted | System.Windows.UIElementから継承されます。 |
| ManipulationStarting | System.Windows.UIElementから継承されます。 |
| MouseDoubleClick | Occurs when a mouse button is clicked two or more times. System.Windows.Controls.Controlから継承されます。 |
| MouseDown | Occurs when any mouse button is pressed while the pointer is over this element. System.Windows.UIElementから継承されます。 |
| MouseEnter | Occurs when the mouse pointer enters the bounds of this element. System.Windows.UIElementから継承されます。 |
| MouseLeave | Occurs when the mouse pointer leaves the bounds of this element. System.Windows.UIElementから継承されます。 |
| MouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
| MouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
| MouseMove | Occurs when the mouse pointer moves while over this element. System.Windows.UIElementから継承されます。 |
| MouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
| MouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
| MouseUp | Occurs when any mouse button is released over this element. System.Windows.UIElementから継承されます。 |
| MouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
| PreviewDragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. System.Windows.UIElementから継承されます。 |
| PreviewDragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. System.Windows.UIElementから継承されます。 |
| PreviewDragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. System.Windows.UIElementから継承されます。 |
| PreviewDrop | Occurs when the input system reports an underlying drop event with this element as the drop target. System.Windows.UIElementから継承されます。 |
| PreviewGiveFeedback | Occurs when a drag-and-drop operation is started. System.Windows.UIElementから継承されます。 |
| PreviewGotKeyboardFocus | Occurs when the keyboard is focused on this element. System.Windows.UIElementから継承されます。 |
| PreviewKeyDown | Occurs when a key is pressed while focus is on this element. System.Windows.UIElementから継承されます。 |
| PreviewKeyUp | Occurs when a key is released while focus is on this element. System.Windows.UIElementから継承されます。 |
| PreviewLostKeyboardFocus | Occurs when the keyboard is no longer focused on this element. System.Windows.UIElementから継承されます。 |
| PreviewMouseDoubleClick | Occurs when a user clicks the mouse button two or more times. System.Windows.Controls.Controlから継承されます。 |
| PreviewMouseDown | Occurs when any mouse button is pressed while the pointer is over this element. System.Windows.UIElementから継承されます。 |
| PreviewMouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
| PreviewMouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
| PreviewMouseMove | Occurs when the mouse pointer moves while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
| PreviewMouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
| PreviewMouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
| PreviewMouseUp | Occurs when any mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
| PreviewMouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. System.Windows.UIElementから継承されます。 |
| PreviewQueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. System.Windows.UIElementから継承されます。 |
| PreviewStylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. System.Windows.UIElementから継承されます。 |
| PreviewStylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. System.Windows.UIElementから継承されます。 |
| PreviewStylusDown | Occurs when the stylus touches the digitizer while it is over this element. System.Windows.UIElementから継承されます。 |
| PreviewStylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. System.Windows.UIElementから継承されます。 |
| PreviewStylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. System.Windows.UIElementから継承されます。 |
| PreviewStylusMove | Occurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, System.Windows.UIElement.PreviewStylusInAirMove is raised instead. System.Windows.UIElementから継承されます。 |
| PreviewStylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected. System.Windows.UIElementから継承されます。 |
| PreviewStylusSystemGesture | Occurs when a user performs one of several stylus gestures. System.Windows.UIElementから継承されます。 |
| PreviewStylusUp | Occurs when the user raises the stylus off the digitizer while the stylus is over this element. System.Windows.UIElementから継承されます。 |
| PreviewTextInput | Occurs when this element gets text in a device-independent manner. System.Windows.UIElementから継承されます。 |
| PreviewTouchDown | System.Windows.UIElementから継承されます。 |
| PreviewTouchMove | System.Windows.UIElementから継承されます。 |
| PreviewTouchUp | System.Windows.UIElementから継承されます。 |
| QueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. System.Windows.UIElementから継承されます。 |
| QueryCursor | Occurs when the cursor is requested to display. This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position. System.Windows.UIElementから継承されます。 |
| RequestBringIntoView | Occurs when System.Windows.FrameworkElement.BringIntoView(System.Windows.Rect) is called on this element. System.Windows.FrameworkElementから継承されます。 |
| SelectionChanged | テキストの選択が変更されたときに発生します。 GrapeCity.Windows.InputMan.Primitives.EditBaseから継承されます。 |
| SizeChanged | Occurs when either the System.Windows.FrameworkElement.ActualHeight or the System.Windows.FrameworkElement.ActualWidth properties change value on this element. System.Windows.FrameworkElementから継承されます。 |
| SourceUpdated | Occurs when the source value changes for any existing property binding on this element. System.Windows.FrameworkElementから継承されます。 |
| SpinDown | スピンダウン時に発生します。 GrapeCity.Windows.InputMan.Primitives.FieldsEditorControlから継承されます。 |
| SpinUp | スピンアップ時に発生します。 GrapeCity.Windows.InputMan.Primitives.FieldsEditorControlから継承されます。 |
| StylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. System.Windows.UIElementから継承されます。 |
| StylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. System.Windows.UIElementから継承されます。 |
| StylusDown | Occurs when the stylus touches the digitizer while the stylus is over this element. System.Windows.UIElementから継承されます。 |
| StylusEnter | Occurs when the stylus enters the bounds of this element. System.Windows.UIElementから継承されます。 |
| StylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. System.Windows.UIElementから継承されます。 |
| StylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. System.Windows.UIElementから継承されます。 |
| StylusLeave | Occurs when the stylus leaves the bounds of the element. System.Windows.UIElementから継承されます。 |
| StylusMove | Occurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, System.Windows.UIElement.StylusInAirMove is raised instead. System.Windows.UIElementから継承されます。 |
| StylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected, while over this element. System.Windows.UIElementから継承されます。 |
| StylusSystemGesture | Occurs when a user performs one of several stylus gestures. System.Windows.UIElementから継承されます。 |
| StylusUp | Occurs when the user raises the stylus off the digitizer while it is over this element. System.Windows.UIElementから継承されます。 |
| TargetUpdated | Occurs when the target value changes for any property binding on this element. System.Windows.FrameworkElementから継承されます。 |
| TextChanged | テキスト要素の内容が変更されたときに発生します。 GrapeCity.Windows.InputMan.Primitives.EditBaseから継承されます。 |
| TextChanging | コントロールのテキストが変更される直前に発生します。 GrapeCity.Windows.InputMan.Primitives.EditBaseから継承されます。 |
| TextInput | Occurs when this element gets text in a device-independent manner. System.Windows.UIElementから継承されます。 |
| ToolTipClosing | Occurs just before any tooltip on the element is closed. System.Windows.FrameworkElementから継承されます。 |
| ToolTipOpening | Occurs when any tooltip on the element is opened. System.Windows.FrameworkElementから継承されます。 |
| TouchDown | System.Windows.UIElementから継承されます。 |
| TouchEnter | System.Windows.UIElementから継承されます。 |
| TouchLeave | System.Windows.UIElementから継承されます。 |
| TouchMove | System.Windows.UIElementから継承されます。 |
| TouchUp | System.Windows.UIElementから継承されます。 |
| Unloaded | Occurs when the element is removed from within an element tree of loaded elements. System.Windows.FrameworkElementから継承されます。 |
| ValueChanged | GcNumber の値プロパティが変更されたときに発生します。 |