このクラスのメンバの一覧は、UltraSpreadsheetメンバを参照してください。
名前 | 解説 | |
---|---|---|
![]() | ActiveCellChanged | UltraSpreadsheet の ActiveCell が変更されたときに呼び出されます。 |
![]() | ActivePaneChanged | UltraSpreadsheet の ActivePane が変更されたときに呼び出されます。 |
![]() | ActiveTableChanged | UltraSpreadsheet の ActiveTable が変更されたときに呼び出されます。 |
![]() | ActiveWorksheetChanged | UltraSpreadsheet の ActiveWorksheet が変更されたときに呼び出されます。 |
![]() | 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から継承されます。 |
![]() | 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から継承されます。 |
![]() | 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から継承されます。 |
![]() | 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から継承されます。 |
![]() | ContextMenuOpening | ビルトイン コンテキスト メニューの 1 つが表示される前に発生します。 |
![]() | 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から継承されます。 |
![]() | 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から継承されます。 |
![]() | EditModeEntered | UltraSpreadsheet が ActiveCell のインプレース編集を開始したときに呼び出されます。 |
![]() | EditModeEntering | UltraSpreadsheet が ActiveCell のインプレース編集を開始しようとするときに呼び出されます。 |
![]() | EditModeExited | UltraSpreadsheet が ActiveCell のインプレース編集を終了したときに呼び出されます。 |
![]() | EditModeExiting | UltraSpreadsheet が ActiveCell のインプレース編集を終了しようとするときに呼び出されます。 |
![]() | EditModeValidationError | UltraSpreadsheet が編集モードを終了し、ActiveCell の新しい値がセルの Infragistics.Documents.Excel.DataValidationRule の条件に基づいて有効ではない場合に発生されます。 |
![]() | EditRangePasswordNeeded | 保護された Worksheet で UltraSpreadsheet が操作を実行されて、操作の実行を許可するためにロック解除する単一の範囲がある場合に呼び出されます。 |
![]() | 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から継承されます。 |
![]() | 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から継承されます。 |
![]() | HyperlinkExecuting | ハイパーリンクが UltraSpreadsheet で起動される時に発生します。 |
![]() | ImeModeChanged | Occurs when the System.Windows.Forms.Control.ImeMode property has changed. System.Windows.Forms.Controlから継承されます。 |
![]() | 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から継承されます。 |
![]() | PerformedAction | コマンドが UltraSpreadsheet で実行されるときに呼び出されます。 |
![]() | PerformingAction | コマンドが UltraSpreadsheet で実行されるときに呼び出されます。 |
![]() | 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から継承されます。 |
![]() | SelectionChanged | SpreadsheetPane の UltraSpreadsheet の選択が変更されたときに呼び出されます。 |
![]() | 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から継承されます。 |
![]() | 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から継承されます。 |
![]() | UserPromptDisplaying | ユーザーが操作に関するメッセージを表示されるときに呼び出されます。 |
![]() | 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から継承されます。 |
![]() | WorkbookDirtied | Workbook に対して、保存が必要な可能性のある変更がされたときに呼び出されます。 |
![]() | ZoomGesture | Infragistics.Win.UltraControlBaseから継承されます。 |