DisplayCommandsForm EventsCleanCode C# Libraries v1.2.03 API
The DisplayCommandsForm type exposes the following members.
Events

  NameDescription
Public eventOnlineActivated
Occurs when the form is activated in code or by the user.
(Inherited from OnlineForm.)
Public eventOnlineAutoSizeChanged (Inherited from OnlineForm.)
Public eventOnlineAutoValidateChanged (Inherited from OnlineForm.)
Public eventOnlineBackColorChanged
Occurs when the value of the OnlineBackColor property changes.
(Inherited from OnlineControl.)
Public eventOnlineBackgroundImageChanged
Occurs when the value of the OnlineBackgroundImage property changes.
(Inherited from OnlineControl.)
Public eventOnlineBackgroundImageLayoutChanged
Occurs when the OnlineBackgroundImageLayout property changes.
(Inherited from OnlineControl.)
Public eventOnlineBindingContextChanged
Occurs when the value of the OnlineBindingContext property changes.
(Inherited from OnlineControl.)
Public eventOnlineCausesValidationChanged
Occurs when the value of the OnlineCausesValidation property changes.
(Inherited from OnlineControl.)
Public eventOnlineChangeUICues
Occurs when the focus or keyboard user interface (UI) cues change.
(Inherited from OnlineControl.)
Public eventOnlineClick
Occurs when the control is clicked.
(Inherited from OnlineControl.)
Public eventOnlineClientSizeChanged
Occurs when the value of the OnlineClientSize property changes.
(Inherited from OnlineControl.)
Public eventOnlineClosed
Occurs when the form is closed.
(Inherited from OnlineForm.)
Public eventOnlineClosing
Occurs when the form is closing.
(Inherited from OnlineForm.)
Public eventOnlineContextMenuChanged
Occurs when the value of the OnlineContextMenu property changes.
(Inherited from OnlineControl.)
Public eventOnlineContextMenuStripChanged
Occurs when the value of the OnlineContextMenuStrip property changes.
(Inherited from OnlineControl.)
Public eventOnlineControlAdded (Inherited from OnlineControl.)
Public eventOnlineControlRemoved (Inherited from OnlineControl.)
Public eventOnlineCursorChanged
Occurs when the value of the OnlineCursor property changes.
(Inherited from OnlineControl.)
Public eventOnlineDeactivate
Occurs when the form loses focus and is no longer the active form.
(Inherited from OnlineForm.)
Public eventOnlineDisposed
Occurs when the component is disposed by a call to the OnlineDispose  method.
(Inherited from OnlineComponent.)
Public eventOnlineDockChanged
Occurs when the value of the OnlineDock property changes.
(Inherited from OnlineControl.)
Public eventOnlineDoubleClick
Occurs when the control is double-clicked.
(Inherited from OnlineControl.)
Public eventOnlineDragDrop
Occurs when a drag-and-drop operation is completed.
(Inherited from OnlineControl.)
Public eventOnlineDragEnter
Occurs when an object is dragged into the control's bounds.
(Inherited from OnlineControl.)
Public eventOnlineDragLeave
Occurs when an object is dragged out of the control's bounds.
(Inherited from OnlineControl.)
Public eventOnlineDragOver
Occurs when an object is dragged over the control's bounds.
(Inherited from OnlineControl.)
Public eventOnlineEnabledChanged
Occurs when the OnlineEnabled property value has changed.
(Inherited from OnlineControl.)
Public eventOnlineEnter
Occurs when the control is entered.
(Inherited from OnlineControl.)
Public eventOnlineFontChanged
Occurs when the OnlineFont property value changes.
(Inherited from OnlineControl.)
Public eventOnlineForeColorChanged
Occurs when the OnlineForeColor property value changes.
(Inherited from OnlineControl.)
Public eventOnlineFormClosed
Occurs after the form is closed.
(Inherited from OnlineForm.)
Public eventOnlineFormClosing
Occurs before the form is closed.
(Inherited from OnlineForm.)
Public eventOnlineGiveFeedback
Occurs during a drag operation.
(Inherited from OnlineControl.)
Public eventOnlineGotFocus
Occurs when the control receives focus.
(Inherited from OnlineControl.)
Public eventOnlineHandleCreated
Occurs when a handle is created for the control.
(Inherited from OnlineControl.)
Public eventOnlineHandleDestroyed
Occurs when the control's handle is in the process of being destroyed.
(Inherited from OnlineControl.)
Public eventOnlineHelpButtonClicked
Occurs when the Help button is clicked.
(Inherited from OnlineForm.)
Public eventOnlineHelpRequested
Occurs when the user requests help for a control.
(Inherited from OnlineControl.)
Public eventOnlineImeModeChanged
Occurs when the OnlineImeMode property has changed.
(Inherited from OnlineControl.)
Public eventOnlineInputLanguageChanged
Occurs after the input language of the form has changed.
(Inherited from OnlineForm.)
Public eventOnlineInputLanguageChanging
Occurs when the user attempts to change the input language for the form.
(Inherited from OnlineForm.)
Public eventOnlineInvalidated
Occurs when a control's display requires redrawing.
(Inherited from OnlineControl.)
Public eventOnlineKeyDown
Occurs when a key is pressed while the control has focus.
(Inherited from OnlineControl.)
Public eventOnlineKeyPress
Occurs when a key is pressed while the control has focus.
(Inherited from OnlineControl.)
Public eventOnlineKeyUp
Occurs when a key is released while the control has focus.
(Inherited from OnlineControl.)
Public eventOnlineLayout
Occurs when a control should reposition its child controls.
(Inherited from OnlineControl.)
Public eventOnlineLeave
Occurs when the input focus leaves the control.
(Inherited from OnlineControl.)
Public eventOnlineLoad
Occurs before a form is displayed for the first time.
(Inherited from OnlineForm.)
Public eventOnlineLocationChanged
Occurs when the OnlineLocation property value has changed.
(Inherited from OnlineControl.)
Public eventOnlineLostFocus
Occurs when the control loses focus.
(Inherited from OnlineControl.)
Public eventOnlineMarginChanged (Inherited from OnlineForm.)
Public eventOnlineMaximizedBoundsChanged
Occurs when the value of the OnlineMaximizedBounds property has changed.
(Inherited from OnlineForm.)
Public eventOnlineMaximumSizeChanged
Occurs when the value of the OnlineMaximumSize property has changed.
(Inherited from OnlineForm.)
Public eventOnlineMdiChildActivate
Occurs when a multiple-document interface (MDI) child form is activated or closed within an MDI application.
(Inherited from OnlineForm.)
Public eventOnlineMenuComplete
Occurs when the menu of a form loses focus.
(Inherited from OnlineForm.)
Public eventOnlineMenuStart
Occurs when the menu of a form receives focus.
(Inherited from OnlineForm.)
Public eventOnlineMinimumSizeChanged
Occurs when the value of the OnlineMinimumSize property has changed.
(Inherited from OnlineForm.)
Public eventOnlineMouseCaptureChanged
Occurs when the control loses or gains mouse capture.
(Inherited from OnlineControl.)
Public eventOnlineMouseClick
Occurs when the control is clicked by the mouse.
(Inherited from OnlineControl.)
Public eventOnlineMouseDoubleClick
Occurs when the control is double clicked by the mouse.
(Inherited from OnlineControl.)
Public eventOnlineMouseDown
Occurs when the mouse pointer is over the control and a mouse button is pressed.
(Inherited from OnlineControl.)
Public eventOnlineMouseEnter
Occurs when the mouse pointer enters the control.
(Inherited from OnlineControl.)
Public eventOnlineMouseHover
Occurs when the mouse pointer rests on the control.
(Inherited from OnlineControl.)
Public eventOnlineMouseLeave
Occurs when the mouse pointer leaves the control.
(Inherited from OnlineControl.)
Public eventOnlineMouseMove
Occurs when the mouse pointer is moved over the control.
(Inherited from OnlineControl.)
Public eventOnlineMouseUp
Occurs when the mouse pointer is over the control and a mouse button is released.
(Inherited from OnlineControl.)
Public eventOnlineMouseWheel
Occurs when the mouse wheel moves while the control has focus.
(Inherited from OnlineControl.)
Public eventOnlineMove
Occurs when the control is moved.
(Inherited from OnlineControl.)
Public eventOnlinePaddingChanged
Occurs when the control's padding changes.
(Inherited from OnlineControl.)
Public eventOnlinePaint
Occurs when the control is redrawn.
(Inherited from OnlineControl.)
Public eventOnlineParentChanged
Occurs when the OnlineParent property value changes.
(Inherited from OnlineControl.)
Public eventOnlinePreviewKeyDown
Occurs before the OnlineKeyDown event when a key is pressed while focus is on this control.
(Inherited from OnlineControl.)
Public eventOnlineQueryAccessibilityHelp
Occurs when OnlineAccessibleObject is providing help to accessibility applications.
(Inherited from OnlineControl.)
Public eventOnlineQueryContinueDrag
Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.
(Inherited from OnlineControl.)
Public eventOnlineRegionChanged
Occurs when the value of the OnlineRegion property changes.
(Inherited from OnlineControl.)
Public eventOnlineResize
Occurs when the control is resized.
(Inherited from OnlineControl.)
Public eventOnlineResizeBegin
Occurs when a form enters resizing mode.
(Inherited from OnlineForm.)
Public eventOnlineResizeEnd
Occurs when a form exits resizing mode.
(Inherited from OnlineForm.)
Public eventOnlineRightToLeftChanged
Occurs when the OnlineRightToLeft property value changes.
(Inherited from OnlineControl.)
Public eventOnlineRightToLeftLayoutChanged
Occurs after the value of the OnlineRightToLeftLayout property changes.
(Inherited from OnlineForm.)
Public eventOnlineScroll
Occurs when the user or code scrolls through the client area.
(Inherited from OnlineScrollableControl.)
Public eventOnlineShown
Occurs whenever the form is first displayed.
(Inherited from OnlineForm.)
Public eventOnlineSizeChanged
Occurs when the OnlineSize property value changes.
(Inherited from OnlineControl.)
Public eventOnlineStyleChanged
Occurs when the control style changes.
(Inherited from OnlineControl.)
Public eventOnlineSystemColorsChanged
Occurs when the system colors change.
(Inherited from OnlineControl.)
Public eventOnlineTabIndexChanged
Occurs when the value of the OnlineTabIndex property changes.
(Inherited from OnlineForm.)
Public eventOnlineTabStopChanged (Inherited from OnlineForm.)
Public eventOnlineTextChanged
Occurs when the OnlineText property value changes.
(Inherited from OnlineControl.)
Public eventOnlineValidated
Occurs when the control is finished validating.
(Inherited from OnlineControl.)
Public eventOnlineValidating
Occurs when the control is validating.
(Inherited from OnlineControl.)
Public eventOnlineVisibleChanged
Occurs when the OnlineVisible property value changes.
(Inherited from OnlineControl.)
Back to Top
See Also