このクラスのメンバの一覧は、UltraGridメンバを参照してください。
名前 | 解説 | |
---|---|---|
![]() | AfterAutoSizeColumn | グリッドが列幅を自動調整した後に発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | AfterBandHiddenChanged | AfterBandHiddenChanged イベントは、ユーザーが、通常 [列の選択] ダイアログからバンドを非表示にした後に発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | AfterCardCompressedStateChanged | AfterCardCompressedStateChangedは、カード行が展開または縮小された後に発生します。 |
![]() | AfterCardsScroll | AfterCardsScrollは、ユーザーがカード領域でカードをスクロールしたときに発生します。 |
![]() | AfterCellActivate | セルがアクティブになった後に発生します。 |
![]() | AfterCellCancelUpdate | ユーザーが[ESC]キーを押してセル値の更新を取り消した後に発生します。 |
![]() | AfterCellListCloseUp | ドロップダウンスタイルのいずれかを使用して、列内でセルのドロップダウンリストが閉じられた後に発生します。 |
![]() | AfterCellUpdate | セルが新規の値を受け入れた後に発生します。 |
![]() | AfterChildBandCollapsed | このイベントは子バンドが縮小されたときに発生させます。 |
![]() | AfterChildBandExpanded | このイベントは子バンドが展開されたときに発生させます。 |
![]() | AfterClearAllFilterButtonClicked | AfterClearAllFilterButtonClicked は、[すべてクリア] ボタンをクリックしてすべてのフィルターをクリアした後に発生します。 |
![]() | AfterColPosChanged | 列の移動、サイズ変更または交換した後に発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | AfterColRegionScroll | 列スクロール領域がスクロールされた後に発生します。 |
![]() | AfterColRegionSize | 列のスクロール領域のサイズが変更された後に発生します。 |
![]() | AfterEnterEditMode | セルが編集モードに入った後に発生します。 |
![]() | AfterExitEditMode | セルが編集モードを終了した後に発生します。 |
![]() | AfterGroupCollapsed | このイベントはグループが縮小されたときに発生させます。 |
![]() | AfterGroupExpanded | このイベントはグループが展開されたときに発生させます。 |
![]() | AfterGroupPosChanged | UltraGridGroupオブジェクトの移動、サイズ設定、または交換が行われた後に発生します。 |
![]() | AfterHeaderCheckStateChanged | Header の CheckBox の CheckState が変更された後に発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | AfterHeaderEnterEditMode | ヘッダーが編集モードに入った後に発生します。 |
![]() | AfterHeaderExitEditMode | ヘッダーが編集モードを終了した後に発生します。 |
![]() | AfterPerformAction | AfterPerformAction イベントは、キーアクションのマッピングに関連付けられたアクションが実行された後に発生します。 |
![]() | AfterRowActivate | 行がアクティブになった後に発生します。 |
![]() | AfterRowCancelUpdate | ユーザーが[ESC]キーを押して行の更新を取り消した後に発生します。 |
![]() | AfterRowCollapsed | 子を持つ行が折りたたまれた後に発生します。 |
![]() | AfterRowEditTemplateClosed | AfterRowEditTemplateClosed は行の編集テンプレートが閉じられた後に発生します。 |
![]() | AfterRowEditTemplateDisplayed | AfterRowEditTemplateDisplayed は行の編集テンプレートが表示された後に発生します。 |
![]() | AfterRowExpanded | 子を持つ行が展開された後に発生します。 |
![]() | AfterRowFilterChanged | AfterRowFilterChangedイベントは、ユーザーがいずれかの列の行フィルターを変更した後に発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | AfterRowFilterDropDownPopulate | 行フィルタードロップダウンに値が読み込まれる後に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | AfterRowFixedStateChanged | AfterRowFixedStateChangedイベントは、ユーザーが行を固定または固定解除した後に発生します。 |
![]() | AfterRowInsert | 新しい行が挿入された後に発生します。 |
![]() | AfterRowLayoutItemResized | このイベントは、行レイアウトモードでユーザーが列ヘッダーまたはセルのサイズを変更した後に発生します。 |
![]() | AfterRowRegionScroll | 行スクロール領域がスクロールされた後に発生します。 |
![]() | AfterRowRegionSize | 行のスクロール領域のサイズが変更された後に発生します。 |
![]() | AfterRowResize | 行のサイズが変更された後に発生します。 |
![]() | AfterRowsDeleted | ひとつまたは複数の行が削除された後に発生します。 |
![]() | AfterRowUpdate | 行が更新された後、つまり、その行のセルに対して加えられた変更が、データソースに対して実際にコミットされた後に発生します。 |
![]() | AfterSelectChange | 1つ以上の行、セル、または列オブジェクトが選択または選択解除された後に発生します。 |
![]() | AfterSortChange | 並べ替え操作が実行された後に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | AfterSummaryDialog | このイベントは、列の集計を選択するダイアログをユーザーが閉じた後に発生します。 |
![]() | BackColorChanged | Occurs when the value of the System.Windows.Forms.Control.BackColor property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | BackgroundImageChanged | Occurs when the value of the System.Windows.Forms.Control.BackgroundImage property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | BackgroundImageLayoutChanged | Occurs when the System.Windows.Forms.Control.BackgroundImageLayout property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | BeforeAutoSizeColumn | グリッドが列幅を自動調整する前に発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | BeforeAutoSizeEdit | 複数行の編集ウィンドウが拡張される前に発生します。 |
![]() | BeforeBandHiddenChanged | BeforeBandHiddenChanged イベントは、ユーザーが、通常 [列の選択] ダイアログからバンドを非表示にした時に発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | BeforeCardCompressedStateChanged | BeforeCardCompressedStateChangedは、カード行が展開または縮小される前に発生します。 |
![]() | BeforeCellActivate | セルがアクティブになる前に発生します。 |
![]() | BeforeCellCancelUpdate | ユーザーが[ESC]キーを押してセル値の更新を取り消す前に発生します。 |
![]() | BeforeCellDeactivate | セルが非アクティブになる前に発生します。 |
![]() | BeforeCellListDropDown | ドロップダウン リスト スタイルのいずれかを使用して、セルのドロップダウンリストが列内でドロップダウンされる前に発生します。 |
![]() | BeforeCellUpdate | セルが新しい値を受け入れる前に発生します。 |
![]() | BeforeChildBandCollapsed | このイベントは子バンドが縮小されるときに発生させます。 |
![]() | BeforeChildBandExpanded | このイベントは子バンドが展開されるときに発生させます。 |
![]() | BeforeClearAllFilterButtonClicked | BeforeClearAllFilterButtonClicked は、[すべてクリア] ボタンをクリックしてすべてのフィルターをクリアする前に発生します。 |
![]() | BeforeColPosChanged | 1つ以上の列の移動、交換、またはサイズ設定が行われる前に発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | BeforeColRegionRemoved | 列のスクロール領域が削除される前に発生します。 |
![]() | BeforeColRegionScroll | 列スクロール領域がスクロールされる前に発生します。 |
![]() | BeforeColRegionSize | 隣接する2つの列スクロール領域のサイズが設定される前に発生します。 |
![]() | BeforeColRegionSplit | 列スクロール領域が二つの列スクロール領域にスプリットされる前に発生します。 |
![]() | BeforeColumnChooserDisplayed | BeforeColumnChooserDisplayed イベントは、ユーザーが列選択ダイアログを表示する前に発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | BeforeCustomRowFilterDialog | ユーザーが行フィルタードロップダウンから[(Custom)]を選択したとき、グリッドがカスタム行フィルターダイアログを表示する前に発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | BeforeDisplayDataErrorTooltip | BeforeDisplayDataErrorTooltipは、データエラーのツールヒントが表示される前に発生します。 |
![]() | BeforeEnterEditMode | セルが編集モードに入る前に発生します。 |
![]() | BeforeExitEditMode | セルが編集モードを終了する前に発生します。 |
![]() | BeforeGroupCollapsed | このイベントはグループが縮小されるときに発生させます。 |
![]() | BeforeGroupExpanded | このイベントはグループが展開されるときに発生させます。 |
![]() | BeforeGroupPosChanged | 1つ以上のグループの移動、交換、またはサイズ設定が行われる前に発生します。 |
![]() | BeforeHeaderCheckStateChanged | Header の CheckBox の CheckState が変更される前に発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | BeforeHeaderEnterEditMode | ヘッダーが編集モードに入る前に発生します。 |
![]() | BeforeHeaderExitEditMode | ヘッダーが編集モードを終了する前に発生します。 |
![]() | BeforeMultiCellOperation | BeforeMultiCellOperationイベントは、ユーザーが複数セール操作を実行する前に発生します。 |
![]() | BeforePerformAction | キーアクションのマッピングに関連付けられたアクションを実行しようとする前に BeforePerformAction イベントが発生しました。 |
![]() | BeforePrint | ユーザーによって印刷ジョブが開始および設定された後、データがプリンタに送信される前に発生します。 |
![]() | BeforeRowActivate | 行がアクティブになる前に発生します。 |
![]() | BeforeRowCancelUpdate | ユーザーが[ESC]キーを押して行の更新を取り消す前に発生します。 |
![]() | BeforeRowCollapsed | 行が折りたたまれる前に発生します。 |
![]() | BeforeRowDeactivate | 行が非アクティブになる前に発生します。 |
![]() | BeforeRowEditTemplateClosed | BeforeRowEditTemplateClosed は行の編集テンプレートが閉じられるときに発生します。 |
![]() | BeforeRowEditTemplateDisplayed | BeforeRowEditTemplateDisplayed は行の編集テンプレートが表示される前に発生します。 |
![]() | BeforeRowExpanded | 子を持つ行が展開する前に発生します。 |
![]() | BeforeRowFilterChanged | BeforeRowFilterChangedイベントは、ユーザーがいずれかの列の行フィルターを変更したときに発生します。このイベントはキャンセルできます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | BeforeRowFilterDropDown | ユーザーが列ヘッダーのフィルタードロップダウンマークをクリックしたとき、行フィルタードロップダウンがドロップダウンする前に発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | BeforeRowFilterDropDownPopulate | 行フィルタードロップダウンに値が読み込まれる前に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | BeforeRowFixedStateChanged | BeforeRowFixedStateChangedイベントは、ユーザーが行を固定または固定解除する前に発生します。 |
![]() | BeforeRowInsert | 新しい行が挿入される前に発生します。 |
![]() | BeforeRowLayoutItemResized | このイベントは、行レイアウトモードでユーザーが列ヘッダーまたはセルのサイズを変更したときに発生します。 |
![]() | BeforeRowRegionRemoved | 行のスクロール領域が削除される前に発生します。 |
![]() | BeforeRowRegionScroll | 行スクロール領域がスクロールされる前に発生します。 |
![]() | BeforeRowRegionSize | ColScrollRegionオブジェクトのサイズが変更される前に発生します。 |
![]() | BeforeRowRegionSplit | 行スクロール領域が二つの行スクロール領域にスプリットされる前に発生します。 |
![]() | BeforeRowResize | 行のサイズが変更される前に発生します。 |
![]() | BeforeRowsDeleted | 1つ以上の行が削除される前に発生します。 |
![]() | BeforeRowUpdate | 行が更新される前、つまり、その行のセルに対して加えられた変更が、データソースに対して実際にコミットされる前に発生します。 |
![]() | BeforeSelectChange | ひとつまたは複数の行、セル、または列のオブジェクトが選択または選択解除される前に発生します。 |
![]() | BeforeSortChange | 並べ替えインジケーターが変更される前に発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | BeforeSummaryDialog | このイベントは、列の集計を選択するためにユーザーにグリッドがダイアログを表示しようとする前に起動されます。これがキャンセルされると、グリッドは前に進みません。 |
![]() | BindingContextChanged | Occurs when the value of the System.Windows.Forms.BindingContext property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | CausesValidationChanged | Occurs when the value of the System.Windows.Forms.Control.CausesValidation property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | CellChange | 編集モードにあるセルの値をユーザーが変更した場合に発生します。 |
![]() | CellDataError | ユーザーが入力した値が無効である場合、BeforeExitEditMode が起動後に発生します。 |
![]() | CellListSelect | ユーザーがセルのドロップダウンリストからアイテムを選択すると発生します。 |
![]() | ChangeUICues | Occurs when the focus or keyboard user interface (UI) cues change. System.Windows.Forms.Controlから継承されます。 |
![]() | Click | Occurs when the control is clicked. System.Windows.Forms.Controlから継承されます。 |
![]() | ClickCell | セルがクリックされたときに発生します。 |
![]() | ClickCellButton | ButtonスタイルまたはEditButtonスタイルが使用されている列で、ユーザーがセルのボタンをクリックすると発生します。 |
![]() | ClientSizeChanged | Occurs when the value of the System.Windows.Forms.Control.ClientSize property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | ContextMenuChanged | Occurs when the value of the System.Windows.Forms.Control.ContextMenu property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | ContextMenuStripChanged | Occurs when the value of the System.Windows.Forms.Control.ContextMenuStrip property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | ControlAdded | Occurs when a new control is added to the System.Windows.Forms.Control.ControlCollection. System.Windows.Forms.Controlから継承されます。 |
![]() | ControlRemoved | Occurs when a control is removed from the System.Windows.Forms.Control.ControlCollection. System.Windows.Forms.Controlから継承されます。 |
![]() | CursorChanged | Occurs when the value of the System.Windows.Forms.Control.Cursor property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | Disposed | System.ComponentModel.Componentから継承されます。 |
![]() | DockChanged | Occurs when the value of the System.Windows.Forms.Control.Dock property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | DoubleClick | Occurs when the control is double-clicked. System.Windows.Forms.Controlから継承されます。 |
![]() | DoubleClickCell | セルがダブルクリックされたときに発生します。 |
![]() | DoubleClickHeader | ヘッダーがダブルクリックされたときに発生します。 |
![]() | DoubleClickRow | 行がダブルクリックされたときに発生します。 |
![]() | DpiChangedAfterParent | Occurs when the DPI setting for a control is changed programmatically after the DPI of its parent control or form has changed. System.Windows.Forms.Controlから継承されます。 |
![]() | DpiChangedBeforeParent | Occurs when the DPI setting for a control is changed programmatically before a DPI change event for its parent control or form has occurred. System.Windows.Forms.Controlから継承されます。 |
![]() | DragDrop | Occurs when a drag-and-drop operation is completed. System.Windows.Forms.Controlから継承されます。 |
![]() | DragEnter | Occurs when an object is dragged into the control's bounds. System.Windows.Forms.Controlから継承されます。 |
![]() | DragLeave | Occurs when an object is dragged out of the control's bounds. System.Windows.Forms.Controlから継承されます。 |
![]() | DragOver | Occurs when an object is dragged over the control's bounds. System.Windows.Forms.Controlから継承されます。 |
![]() | EnabledChanged | Occurs when the System.Windows.Forms.Control.Enabled property value has changed. System.Windows.Forms.Controlから継承されます。 |
![]() | Enter | Occurs when the control is entered. System.Windows.Forms.Controlから継承されます。 |
![]() | Error | コントロール内でエラー状態が起こると発生します。 |
![]() | ExternalSummaryValueRequested | このイベントは、通常は計算される集計値が SummaryType.External が設定されていたことにより無視された時に発生します。 |
![]() | FilterCellValueChanged | FilterCellValueChanged イベントは、ユーザーがフィルター行のセルを編集したときに発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | FilterRow | 行に対して行フィルターの評価が実行されたときに発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | FontChanged | Occurs when the System.Windows.Forms.Control.Font property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | ForeColorChanged | Occurs when the System.Windows.Forms.Control.ForeColor property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | GestureCompleted | Infragistics.Win.UltraControlBaseから継承されます。 |
![]() | GestureQueryStatus | Infragistics.Win.UltraControlBaseから継承されます。 |
![]() | GestureStarting | Infragistics.Win.UltraControlBaseから継承されます。 |
![]() | GiveFeedback | Occurs during a drag operation. System.Windows.Forms.Controlから継承されます。 |
![]() | GotFocus | Occurs when the control receives focus. System.Windows.Forms.Controlから継承されます。 |
![]() | HandleCreated | Occurs when a handle is created for the control. System.Windows.Forms.Controlから継承されます。 |
![]() | HandleDestroyed | Occurs when the control's handle is in the process of being destroyed. System.Windows.Forms.Controlから継承されます。 |
![]() | HelpRequested | Occurs when the user requests help for a control. System.Windows.Forms.Controlから継承されます。 |
![]() | ImeModeChanged | Occurs when the System.Windows.Forms.Control.ImeMode property has changed. System.Windows.Forms.Controlから継承されます。 |
![]() | InitializeGroupByRow | GroupBy行が初期化された場合に発生します。 |
![]() | InitializeLayout | データソースからコントロールにデータが読み込みされるときなど、表示レイアウトが初期化されるときに発生します。 |
![]() | InitializeLogicalPrintPage | 論理印刷ページが印刷またはプレビュー用にフォーマットされるときに発生します。 |
![]() | InitializePrint | Print メソッドの呼び出しによって印刷ジョブがはじめて開始されるときに発生します。 |
![]() | InitializePrintPreview | PrintPreviewメソッドの呼び出しによって印刷プレビューがはじめて開始されるときに発生します。 |
![]() | InitializeRow | 行が初期化されるときに発生します。 |
![]() | InitializeRowsCollection | InitializeRowsCollectionイベントは、UltraGridが新しい行コレクションを作成するたびに発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。 |
![]() | InitializeTemplateAddRow | テンプレート追加行が初期化されるときに発生します。 |
![]() | Invalidated | Occurs when a control's display requires redrawing. System.Windows.Forms.Controlから継承されます。 |
![]() | KeyDown | Occurs when a key is pressed while the control has focus. System.Windows.Forms.Controlから継承されます。 |
![]() | KeyPress | Occurs when a character. space or backspace key is pressed while the control has focus. System.Windows.Forms.Controlから継承されます。 |
![]() | KeyUp | Occurs when a key is released while the control has focus. System.Windows.Forms.Controlから継承されます。 |
![]() | Layout | Occurs when a control should reposition its child controls. System.Windows.Forms.Controlから継承されます。 |
![]() | Leave | Occurs when the input focus leaves the control. System.Windows.Forms.Controlから継承されます。 |
![]() | LocationChanged | Occurs when the System.Windows.Forms.Control.Location property value has changed. System.Windows.Forms.Controlから継承されます。 |
![]() | LostFocus | Occurs when the control loses focus. System.Windows.Forms.Controlから継承されます。 |
![]() | MarginChanged | Occurs when the control's margin changes. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseCaptureChanged | Occurs when the control loses mouse capture. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseClick | Occurs when the control is clicked by the mouse. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseDoubleClick | Occurs when the control is double clicked by the mouse. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseEnter | Occurs when the mouse pointer enters the control. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseEnterElement | Infragistics.Win.UltraControlBaseから継承されます。 |
![]() | MouseHover | Occurs when the mouse pointer rests on the control. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseLeave | Occurs when the mouse pointer leaves the control. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseLeaveElement | Infragistics.Win.UltraControlBaseから継承されます。 |
![]() | MouseMove | Occurs when the mouse pointer is moved over the control. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseWheel | Occurs when the mouse wheel moves while the control has focus. System.Windows.Forms.Controlから継承されます。 |
![]() | Move | Occurs when the control is moved. System.Windows.Forms.Controlから継承されます。 |
![]() | PaddingChanged | Occurs when the control's padding changes. System.Windows.Forms.Controlから継承されます。 |
![]() | Paint | Occurs when the control is redrawn. System.Windows.Forms.Controlから継承されます。 |
![]() | PanGesture | Infragistics.Win.UltraControlBaseから継承されます。 |
![]() | ParentChanged | Occurs when the System.Windows.Forms.Control.Parent property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | PressAndHoldGesture | Infragistics.Win.UltraControlBaseから継承されます。 |
![]() | PressAndTapGesture | Infragistics.Win.UltraControlBaseから継承されます。 |
![]() | PreviewKeyDown | Occurs before the System.Windows.Forms.Control.KeyDown event when a key is pressed while focus is on this control. System.Windows.Forms.Controlから継承されます。 |
![]() | PropertyChanged | Infragistics.Win.UltraControlBaseから継承されます。 |
![]() | QueryAccessibilityHelp | Occurs when System.Windows.Forms.AccessibleObject is providing help to accessibility applications. System.Windows.Forms.Controlから継承されます。 |
![]() | QueryContinueDrag | Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. System.Windows.Forms.Controlから継承されます。 |
![]() | RegionChanged | Occurs when the value of the System.Windows.Forms.Control.Region property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | Resize | Occurs when the control is resized. System.Windows.Forms.Controlから継承されます。 |
![]() | RightToLeftChanged | Occurs when the System.Windows.Forms.Control.RightToLeft property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | RotateGesture | Infragistics.Win.UltraControlBaseから継承されます。 |
![]() | RowEditTemplateRequested | RowEditTemplateRequested は、RowEditTemplate が表示されるアクションが実行されたときに発生します。 |
![]() | SelectionDrag | ユーザーが選択したオブジェクト上でマウスの左ボタンを短時間押し続けたときに発生します。 |
![]() | SizeChanged | Occurs when the System.Windows.Forms.Control.Size property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | StyleChanged | Occurs when the control style changes. System.Windows.Forms.Controlから継承されます。 |
![]() | SummaryValueChanged | 集計用の集計値を変更すると、このイベントが起動します。集計が初めて計算される場合も起動されます。ユーザーはイベント ハンドラーで渡される SummaryValue オブジェクトから外観および他の設定を初期化できます。 |
![]() | SystemColorsChanged | Occurs when the system colors change. System.Windows.Forms.Controlから継承されます。 |
![]() | TabIndexChanged | Occurs when the System.Windows.Forms.Control.TabIndex property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | TabStopChanged | Occurs when the System.Windows.Forms.Control.TabStop property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | TextChanged | Occurs when the System.Windows.Forms.Control.Text property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | TwoFingerTapGesture | Infragistics.Win.UltraControlBaseから継承されます。 |
![]() | Validated | Occurs when the control is finished validating. System.Windows.Forms.Controlから継承されます。 |
![]() | Validating | Occurs when the control is validating. System.Windows.Forms.Controlから継承されます。 |
![]() | VisibleChanged | Occurs when the System.Windows.Forms.Control.Visible property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | ZoomGesture | Infragistics.Win.UltraControlBaseから継承されます。 |