バージョン

XamGrid クラス イベント

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

パブリック イベント
 名前解説
Public イベントActiveCellChangedActiveCellChanged イベントは、ActiveCell が変更された後で発生されます。  
Public イベントActiveCellChangingActiveCellChanging イベントは、現在の ActiveCell が変更される前に発生されます。  
Public イベントCellClickedCell がクリックされたときに、このイベントを発生します。  
Public イベントCellControlAttachedCellXamGrid のビューポートに入るときに、このイベントを発生します。  
Public イベントCellDoubleClickedCell がダブルクリックされたときに、このイベントを発生します。  
Public イベントCellEditingValidationFailedこのイベントは、Cell の編集中に検証が失敗したときに発生されます。  
Public イベントCellEnteredEditModeこのイベントは、Cell が編集モードに入った後に生成されます。  
Public イベントCellEnteringEditModeCell が編集モードに入る前に、このイベントを発生します。  
Public イベントCellExitedEditModeこのイベントは、Cell が編集モードを終了した後に生成されます。  
Public イベントCellExitingEditModeこのイベントは、セルが編集モードから終了する前に生成されます。  
Public イベントClipboardCopying選択されたセルまたは行がクリップボードにコピーされる前に、このイベントが発生します。  
Public イベントClipboardCopyingItemそれぞれの選択されたセルがクリップボードにコピーされる前に、このイベントが発生します。  
Public イベントClipboardPasteError貼り付け操作が開始されたときに、このイベントが発生します。  
Public イベントClipboardPasting貼り付け操作が開始されたときに、このイベントが発生します。  
Public イベントColumnAutoGeneratedこのイベントは、列が生成されたときに発生します。  
Public イベントColumnDragCanceledドラッグ操作がキャンセルされるときに、このイベントを発生します。  
Public イベントColumnDragEnded成功またはキャンセルされると関係なし、ドラッグ操作が完了されるときに、このイベントを発生します。  
Public イベントColumnDragStart列のドラッグ操作を始まるときに、このイベントを発生します。  
Public イベントColumnDroppedColumn を移動して、ドラッグ操作を成功するときに、このイベントを発生します。  
Public イベントColumnFixedStateChangedColumn の固定状態を変更したときに、このイベントを発生します。  
Public イベントColumnFixedStateChangingColumn の固定状態を変更するときに、このイベントを発生します。  
Public イベントColumnLayoutAssignedColumnLayout は行の Island に設定するときに、このイベントを発生します。  
Public イベントColumnMovingColumn をドラッグして、マウスを移動するときに、このイベントを発生します。  
Public イベントColumnResizedユーザーが操作されたサイズ変更を完了したときに発生するイベント。  
Public イベントColumnResizingユーザーが操作された列のサイズ変更を開始したときに発生するイベント。  
Public イベントColumnSortedXamGrid が並べ替えを完了した後に ColumnSorted イベントを発生します。  
Public イベントColumnSortingColumnSorting イベントは、ユーザーが GUI で XamGrid の並べ替えを変更するときに発生されます。  
Public イベントColumnVisibilityChangedColumnBase オブジェクトの ColumnBase.Visibility プロパティが変更されたときに、このイベントが発生します。  
Public イベントContextMenuClosingOccurs just before any context menu on the element is closed. System.Windows.FrameworkElementから継承されます。
Public イベントContextMenuOpeningOccurs when any context menu on the element is opened. System.Windows.FrameworkElementから継承されます。
Public イベントDataContextChangedOccurs when the data context for this element changes. System.Windows.FrameworkElementから継承されます。
Public イベントDataObjectRequestedXamGrid が新しいデータオブジェクトを要求するときに発生されるイベント。  
Public イベントDataResolution並べ替え、フィルタリング、グループ化が実行されたときに発生されるイベント。  
Public イベントDragEnterOccurs when the input system reports an underlying drag event with this element as the drag target. System.Windows.UIElementから継承されます。
Public イベントDragLeaveOccurs when the input system reports an underlying drag event with this element as the drag origin. System.Windows.UIElementから継承されます。
Public イベントDragOverOccurs when the input system reports an underlying drag event with this element as the potential drop target. System.Windows.UIElementから継承されます。
Public イベントDropOccurs when the input system reports an underlying drop event with this element as the drop target. System.Windows.UIElementから継承されます。
Public イベントFilteredグリッドがフィルターされた後に発生されるイベント。  
Public イベントFilteringXamGrid がデータをフィルターするときに発生するイベント。  
Public イベントFocusableChangedOccurs when the value of the System.Windows.UIElement.Focusable property changes. System.Windows.UIElementから継承されます。
Public イベントGiveFeedbackOccurs when the input system reports an underlying drag-and-drop event that involves this element. System.Windows.UIElementから継承されます。
Public イベントGotFocusOccurs when this element gets logical focus. System.Windows.UIElementから継承されます。
Public イベントGotKeyboardFocusOccurs when the keyboard is focused on this element. System.Windows.UIElementから継承されます。
Public イベントGotMouseCaptureOccurs when this element captures the mouse. System.Windows.UIElementから継承されます。
Public イベントGotStylusCaptureOccurs when this element captures the stylus. System.Windows.UIElementから継承されます。
Public イベントGotTouchCaptureOccurs when a touch is captured to this element. System.Windows.UIElementから継承されます。
Public イベントGroupByCollectionChangedGroupByCollectionChanged が GroupByColumnsCollection でグループ化、グループ解除、または再配置された後に発生される Column イベント。  
Public イベントInitializedOccurs 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から継承されます。
Public イベントInitializeRowRow が作成されるときに、このイベントを発生します。  
Public イベントIsEnabledChangedOccurs when the value of the System.Windows.UIElement.IsEnabled property on this element changes. System.Windows.UIElementから継承されます。
Public イベントIsHitTestVisibleChangedOccurs when the value of the System.Windows.UIElement.IsHitTestVisible dependency property changes on this element. System.Windows.UIElementから継承されます。
Public イベントIsKeyboardFocusedChangedOccurs when the value of the System.Windows.UIElement.IsKeyboardFocused property changes on this element. System.Windows.UIElementから継承されます。
Public イベントIsKeyboardFocusWithinChangedOccurs when the value of the System.Windows.UIElement.IsKeyboardFocusWithinChanged property changes on this element. System.Windows.UIElementから継承されます。
Public イベントIsMouseCapturedChangedOccurs when the value of the System.Windows.UIElement.IsMouseCaptured property changes on this element. System.Windows.UIElementから継承されます。
Public イベントIsMouseCaptureWithinChangedOccurs when the value of the System.Windows.UIElement.IsMouseCaptureWithinProperty changes on this element. System.Windows.UIElementから継承されます。
Public イベントIsMouseDirectlyOverChangedOccurs when the value of the System.Windows.UIElement.IsMouseDirectlyOver property changes on this element. System.Windows.UIElementから継承されます。
Public イベントIsStylusCapturedChangedOccurs when the value of the System.Windows.UIElement.IsStylusCaptured property changes on this element. System.Windows.UIElementから継承されます。
Public イベントIsStylusCaptureWithinChangedOccurs when the value of the System.Windows.UIElement.IsStylusCaptureWithin property changes on this element. System.Windows.UIElementから継承されます。
Public イベントIsStylusDirectlyOverChangedOccurs when the value of the System.Windows.UIElement.IsStylusDirectlyOver property changes on this element. System.Windows.UIElementから継承されます。
Public イベントIsVisibleChangedOccurs when the value of the System.Windows.UIElement.IsVisible property changes on this element. System.Windows.UIElementから継承されます。
Public イベントKeyDownOccurs when a key is pressed while focus is on this element. System.Windows.UIElementから継承されます。
Public イベントKeyUpOccurs when a key is released while focus is on this element. System.Windows.UIElementから継承されます。
Public イベントLayoutUpdatedOccurs when the layout of the various visual elements associated with the current System.Windows.Threading.Dispatcher changes. System.Windows.UIElementから継承されます。
Public イベントLoadedOccurs when the element is laid out, rendered, and ready for interaction. System.Windows.FrameworkElementから継承されます。
Public イベントLostFocusOccurs when this element loses logical focus. System.Windows.UIElementから継承されます。
Public イベントLostKeyboardFocusOccurs when the keyboard is no longer focused on this element,. System.Windows.UIElementから継承されます。
Public イベントLostMouseCaptureOccurs when this element loses mouse capture. System.Windows.UIElementから継承されます。
Public イベントLostStylusCaptureOccurs when this element loses stylus capture. System.Windows.UIElementから継承されます。
Public イベントLostTouchCaptureOccurs when this element loses a touch capture. System.Windows.UIElementから継承されます。
Public イベントManipulationBoundaryFeedbackOccurs when the manipulation encounters a boundary. System.Windows.UIElementから継承されます。
Public イベントManipulationCompletedOccurs when a manipulation and inertia on the System.Windows.UIElement object is complete. System.Windows.UIElementから継承されます。
Public イベントManipulationDeltaOccurs when the input device changes position during a manipulation. System.Windows.UIElementから継承されます。
Public イベントManipulationInertiaStartingOccurs when the input device loses contact with the System.Windows.UIElement object during a manipulation and inertia begins. System.Windows.UIElementから継承されます。
Public イベントManipulationStartedOccurs when an input device begins a manipulation on the System.Windows.UIElement object. System.Windows.UIElementから継承されます。
Public イベントManipulationStartingOccurs when the manipulation processor is first created. System.Windows.UIElementから継承されます。
Public イベントMouseDoubleClickOccurs when a mouse button is clicked two or more times. System.Windows.Controls.Controlから継承されます。
Public イベントMouseDownOccurs when any mouse button is pressed while the pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントMouseEnterOccurs when the mouse pointer enters the bounds of this element. System.Windows.UIElementから継承されます。
Public イベントMouseLeaveOccurs when the mouse pointer leaves the bounds of this element. System.Windows.UIElementから継承されます。
Public イベントMouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントMouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントMouseMoveOccurs when the mouse pointer moves while over this element. System.Windows.UIElementから継承されます。
Public イベントMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントMouseUpOccurs when any mouse button is released over this element. System.Windows.UIElementから継承されます。
Public イベントMouseWheelOccurs when the user rotates the mouse wheel while the mouse pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントPageIndexChangedこのイベントは指定されたデータ アイランドの PageIndex を変更する前に発生します。  
Public イベントPageIndexChanging新しいページ インデックスを設定する前に発生するイベント。  
Public イベントPopulatingColumnFiltersフィルター ドロップ ダウンが作成されたときに発生されるイベント。  
Public イベントPreviewDragEnterOccurs when the input system reports an underlying drag event with this element as the drag target. System.Windows.UIElementから継承されます。
Public イベントPreviewDragLeaveOccurs when the input system reports an underlying drag event with this element as the drag origin. System.Windows.UIElementから継承されます。
Public イベントPreviewDragOverOccurs when the input system reports an underlying drag event with this element as the potential drop target. System.Windows.UIElementから継承されます。
Public イベントPreviewDropOccurs when the input system reports an underlying drop event with this element as the drop target. System.Windows.UIElementから継承されます。
Public イベントPreviewGiveFeedbackOccurs when a drag-and-drop operation is started. System.Windows.UIElementから継承されます。
Public イベントPreviewGotKeyboardFocusOccurs when the keyboard is focused on this element. System.Windows.UIElementから継承されます。
Public イベントPreviewKeyDownOccurs when a key is pressed while focus is on this element. System.Windows.UIElementから継承されます。
Public イベントPreviewKeyUpOccurs when a key is released while focus is on this element. System.Windows.UIElementから継承されます。
Public イベントPreviewLostKeyboardFocusOccurs when the keyboard is no longer focused on this element. System.Windows.UIElementから継承されます。
Public イベントPreviewMouseDoubleClickOccurs when a user clicks the mouse button two or more times. System.Windows.Controls.Controlから継承されます。
Public イベントPreviewMouseDownOccurs when any mouse button is pressed while the pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewMouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewMouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewMouseMoveOccurs when the mouse pointer moves while the mouse pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewMouseUpOccurs when any mouse button is released while the mouse pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewMouseWheelOccurs when the user rotates the mouse wheel while the mouse pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewQueryContinueDragOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. System.Windows.UIElementから継承されます。
Public イベントPreviewStylusButtonDownOccurs when the stylus button is pressed while the pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewStylusButtonUpOccurs when the stylus button is released while the pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewStylusDownOccurs when the stylus touches the digitizer while it is over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewStylusInAirMoveOccurs when the stylus moves over an element without actually touching the digitizer. System.Windows.UIElementから継承されます。
Public イベントPreviewStylusInRangeOccurs when the stylus is close enough to the digitizer to be detected, while over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewStylusMoveOccurs 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から継承されます。
Public イベントPreviewStylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected. System.Windows.UIElementから継承されます。
Public イベントPreviewStylusSystemGestureOccurs when a user performs one of several stylus gestures. System.Windows.UIElementから継承されます。
Public イベントPreviewStylusUpOccurs when the user raises the stylus off the digitizer while the stylus is over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewTextInputOccurs when this element gets text in a device-independent manner. System.Windows.UIElementから継承されます。
Public イベントPreviewTouchDownOccurs when a finger touches the screen while the finger is over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewTouchMoveOccurs when a finger moves on the screen while the finger is over this element. System.Windows.UIElementから継承されます。
Public イベントPreviewTouchUpOccurs when a finger is raised off of the screen while the finger is over this element. System.Windows.UIElementから継承されます。
Public イベントPropertyChangedプロパティが XamGrid で変更されるときに発生します。  
Public イベントQueryContinueDragOccurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. System.Windows.UIElementから継承されます。
Public イベントQueryCursorOccurs 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から継承されます。
Public イベントRequestBringIntoViewOccurs when System.Windows.FrameworkElement.BringIntoView(System.Windows.Rect) is called on this element. System.Windows.FrameworkElementから継承されます。
Public イベントRowAddedこのイベントは、RowXamGrid に追加または挿入した後で発生されます。  
Public イベントRowAddingこのイベントは、RowXamGrid に追加または挿入する前に発生されます。  
Public イベントRowDeletedRow オブジェクトを削除した後で発生するイベント。  
Public イベントRowDeletingRow オブジェクトを削除中に発生するイベント。  
Public イベントRowEnteredEditModeこのイベントは、Row が編集モードに入った後に生成されます。  
Public イベントRowEnteringEditModeRow が編集モードに入る前に、このイベントを発生します。  
Public イベントRowExitedEditModeこのイベントは、Row が編集モードを終了した後に生成されます。  
Public イベントRowExitingEditModeこのイベントは、セルが編集モードから終了する前に生成されます。  
Public イベントRowExpansionChanged行は展開/縮小されるときに、このイベントを発生します。  
Public イベントRowExpansionChanging行は展開/縮小されているときに、このイベントを発生します。  
Public イベントRowSelectorClickedRowSelector がクリックされたときに、このイベントを発生します。  
Public イベントSelectedCellsCollectionChangedSelectedCellsCollectionChanged イベントは、Cell が SelectedCells コレクションに追加/削除された後に発生します。  
Public イベントSelectedColumnsCollectionChangedSelectedColumnsCollectionChanged イベントは、Column が SelectedColumns コレクションに追加/削除された後に発生します。  
Public イベントSelectedRowsCollectionChangedSelectedRowsCollectionChanged イベントは、Row が SelectedRows コレクションに追加/削除された後に発生します。  
Public イベントSizeChangedOccurs when either the System.Windows.FrameworkElement.ActualHeight or the System.Windows.FrameworkElement.ActualWidth properties change value on this element. System.Windows.FrameworkElementから継承されます。
Public イベントSourceUpdatedOccurs when the source value changes for any existing property binding on this element. System.Windows.FrameworkElementから継承されます。
Public イベントStylusButtonDownOccurs when the stylus button is pressed while the pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントStylusButtonUpOccurs when the stylus button is released while the pointer is over this element. System.Windows.UIElementから継承されます。
Public イベントStylusDownOccurs when the stylus touches the digitizer while the stylus is over this element. System.Windows.UIElementから継承されます。
Public イベントStylusEnterOccurs when the stylus enters the bounds of this element. System.Windows.UIElementから継承されます。
Public イベントStylusInAirMoveOccurs when the stylus moves over an element without actually touching the digitizer. System.Windows.UIElementから継承されます。
Public イベントStylusInRangeOccurs when the stylus is close enough to the digitizer to be detected, while over this element. System.Windows.UIElementから継承されます。
Public イベントStylusLeaveOccurs when the stylus leaves the bounds of the element. System.Windows.UIElementから継承されます。
Public イベントStylusMoveOccurs 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から継承されます。
Public イベントStylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected, while over this element. System.Windows.UIElementから継承されます。
Public イベントStylusSystemGestureOccurs when a user performs one of several stylus gestures. System.Windows.UIElementから継承されます。
Public イベントStylusUpOccurs when the user raises the stylus off the digitizer while it is over this element. System.Windows.UIElementから継承されます。
Public イベントTargetUpdatedOccurs when the target value changes for any property binding on this element. System.Windows.FrameworkElementから継承されます。
Public イベントTextInputOccurs when this element gets text in a device-independent manner. System.Windows.UIElementから継承されます。
Public イベントToolTipClosingOccurs just before any tooltip on the element is closed. System.Windows.FrameworkElementから継承されます。
Public イベントToolTipOpeningOccurs when any tooltip on the element is opened. System.Windows.FrameworkElementから継承されます。
Public イベントTouchDownOccurs when a finger touches the screen while the finger is over this element. System.Windows.UIElementから継承されます。
Public イベントTouchEnterOccurs when a touch moves from outside to inside the bounds of this element. System.Windows.UIElementから継承されます。
Public イベントTouchLeaveOccurs when a touch moves from inside to outside the bounds of this element. System.Windows.UIElementから継承されます。
Public イベントTouchMoveOccurs when a finger moves on the screen while the finger is over this element. System.Windows.UIElementから継承されます。
Public イベントTouchUpOccurs when a finger is raised off of the screen while the finger is over this element. System.Windows.UIElementから継承されます。
Public イベントUnloadedOccurs when the element is removed from within an element tree of loaded elements. System.Windows.FrameworkElementから継承されます。
トップ
参照