このクラスのメンバの一覧は、XamGridメンバを参照してください。
名前 | 解説 | |
---|---|---|
ActiveCellChanged | ActiveCellChanged イベントは、ActiveCell が変更された後で発生されます。 | |
ActiveCellChanging | ActiveCellChanging イベントは、現在の ActiveCell が変更される前に発生されます。 | |
CellClicked | Cell がクリックされたときに、このイベントを発生します。 | |
CellControlAttached | Cell が XamGrid のビューポートに入るときに、このイベントを発生します。 | |
CellDoubleClicked | Cell がダブルクリックされたときに、このイベントを発生します。 | |
CellEditingValidationFailed | このイベントは、Cell の編集中に検証が失敗したときに発生されます。 | |
CellEnteredEditMode | このイベントは、Cell が編集モードに入った後に生成されます。 | |
CellEnteringEditMode | Cell が編集モードに入る前に、このイベントを発生します。 | |
CellExitedEditMode | このイベントは、Cell が編集モードを終了した後に生成されます。 | |
CellExitingEditMode | このイベントは、セルが編集モードから終了する前に生成されます。 | |
ClipboardCopying | 選択されたセルまたは行がクリップボードにコピーされる前に、このイベントが発生します。 | |
ClipboardCopyingItem | それぞれの選択されたセルがクリップボードにコピーされる前に、このイベントが発生します。 | |
ClipboardPasteError | 貼り付け操作が開始されたときに、このイベントが発生します。 | |
ClipboardPasting | 貼り付け操作が開始されたときに、このイベントが発生します。 | |
ColumnAutoGenerated | このイベントは、列が生成されたときに発生します。 | |
ColumnDragCanceled | ドラッグ操作がキャンセルされるときに、このイベントを発生します。 | |
ColumnDragEnded | 成功またはキャンセルされると関係なし、ドラッグ操作が完了されるときに、このイベントを発生します。 | |
ColumnDragStart | 列のドラッグ操作を始まるときに、このイベントを発生します。 | |
ColumnDropped | Column を移動して、ドラッグ操作を成功するときに、このイベントを発生します。 | |
ColumnFixedStateChanged | Column の固定状態を変更したときに、このイベントを発生します。 | |
ColumnFixedStateChanging | Column の固定状態を変更するときに、このイベントを発生します。 | |
ColumnLayoutAssigned | ColumnLayout は行の Island に設定するときに、このイベントを発生します。 | |
ColumnMoving | Column をドラッグして、マウスを移動するときに、このイベントを発生します。 | |
ColumnResized | ユーザーが操作されたサイズ変更を完了したときに発生するイベント。 | |
ColumnResizing | ユーザーが操作された列のサイズ変更を開始したときに発生するイベント。 | |
ColumnSorted | XamGrid が並べ替えを完了した後に ColumnSorted イベントを発生します。 | |
ColumnSorting | ColumnSorting イベントは、ユーザーが GUI で XamGrid の並べ替えを変更するときに発生されます。 | |
ColumnVisibilityChanged | ColumnBase オブジェクトの ColumnBase.Visibility プロパティが変更されたときに、このイベントが発生します。 | |
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から継承されます。 | |
DataObjectRequested | XamGrid が新しいデータオブジェクトを要求するときに発生されるイベント。 | |
DataResolution | 並べ替え、フィルタリング、グループ化が実行されたときに発生されるイベント。 | |
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から継承されます。 | |
Filtered | グリッドがフィルターされた後に発生されるイベント。 | |
Filtering | XamGrid がデータをフィルターするときに発生するイベント。 | |
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 | Occurs when a touch is captured to this element. System.Windows.UIElementから継承されます。 | |
GroupByCollectionChanged | GroupByCollectionChanged が GroupByColumnsCollection でグループ化、グループ解除、または再配置された後に発生される Column イベント。 | |
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から継承されます。 | |
InitializeRow | Row が作成されるときに、このイベントを発生します。 | |
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から継承されます。 | |
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から継承されます。 | |
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 | Occurs when this element loses a touch capture. System.Windows.UIElementから継承されます。 | |
ManipulationBoundaryFeedback | Occurs when the manipulation encounters a boundary. System.Windows.UIElementから継承されます。 | |
ManipulationCompleted | Occurs when a manipulation and inertia on the System.Windows.UIElement object is complete. System.Windows.UIElementから継承されます。 | |
ManipulationDelta | Occurs when the input device changes position during a manipulation. System.Windows.UIElementから継承されます。 | |
ManipulationInertiaStarting | Occurs when the input device loses contact with the System.Windows.UIElement object during a manipulation and inertia begins. System.Windows.UIElementから継承されます。 | |
ManipulationStarted | Occurs when an input device begins a manipulation on the System.Windows.UIElement object. System.Windows.UIElementから継承されます。 | |
ManipulationStarting | Occurs when the manipulation processor is first created. 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から継承されます。 | |
PageIndexChanged | このイベントは指定されたデータ アイランドの PageIndex を変更する前に発生します。 | |
PageIndexChanging | 新しいページ インデックスを設定する前に発生するイベント。 | |
PopulatingColumnFilters | フィルター ドロップ ダウンが作成されたときに発生されるイベント。 | |
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 | Occurs when a finger touches the screen while the finger is over this element. System.Windows.UIElementから継承されます。 | |
PreviewTouchMove | Occurs when a finger moves on the screen while the finger is over this element. System.Windows.UIElementから継承されます。 | |
PreviewTouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. System.Windows.UIElementから継承されます。 | |
PropertyChanged | プロパティが XamGrid で変更されるときに発生します。 | |
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から継承されます。 | |
RowAdded | このイベントは、Row を XamGrid に追加または挿入した後で発生されます。 | |
RowAdding | このイベントは、Row を XamGrid に追加または挿入する前に発生されます。 | |
RowDeleted | Row オブジェクトを削除した後で発生するイベント。 | |
RowDeleting | Row オブジェクトを削除中に発生するイベント。 | |
RowEnteredEditMode | このイベントは、Row が編集モードに入った後に生成されます。 | |
RowEnteringEditMode | Row が編集モードに入る前に、このイベントを発生します。 | |
RowExitedEditMode | このイベントは、Row が編集モードを終了した後に生成されます。 | |
RowExitingEditMode | このイベントは、セルが編集モードから終了する前に生成されます。 | |
RowExpansionChanged | 行は展開/縮小されるときに、このイベントを発生します。 | |
RowExpansionChanging | 行は展開/縮小されているときに、このイベントを発生します。 | |
RowSelectorClicked | RowSelector がクリックされたときに、このイベントを発生します。 | |
SelectedCellsCollectionChanged | SelectedCellsCollectionChanged イベントは、Cell が SelectedCells コレクションに追加/削除された後に発生します。 | |
SelectedColumnsCollectionChanged | SelectedColumnsCollectionChanged イベントは、Column が SelectedColumns コレクションに追加/削除された後に発生します。 | |
SelectedRowsCollectionChanged | SelectedRowsCollectionChanged イベントは、Row が SelectedRows コレクションに追加/削除された後に発生します。 | |
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から継承されます。 | |
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から継承されます。 | |
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 | Occurs when a finger touches the screen while the finger is over this element. System.Windows.UIElementから継承されます。 | |
TouchEnter | Occurs when a touch moves from outside to inside the bounds of this element. System.Windows.UIElementから継承されます。 | |
TouchLeave | Occurs when a touch moves from inside to outside the bounds of this element. System.Windows.UIElementから継承されます。 | |
TouchMove | Occurs when a finger moves on the screen while the finger is over this element. System.Windows.UIElementから継承されます。 | |
TouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. System.Windows.UIElementから継承されます。 | |
Unloaded | Occurs when the element is removed from within an element tree of loaded elements. System.Windows.FrameworkElementから継承されます。 |