VitNX2_PictureBox Events

The following tables list the members exposed by the VitNX2_PictureBox type.

Events
 
Name Description
Public event AutoSizeChanged This event is not relevant for this class. (inherited from Control).
Public event BackColorChanged Occurs when the value of the BackColor property changes. (inherited from Control).
Public event BackgroundImageChanged Occurs when the value of the BackgroundImage property changes. (inherited from Control).
Public event BackgroundImageLayoutChanged Occurs when the BackgroundImageLayout property changes. (inherited from Control).
Public event BindingContextChanged Occurs when the value of the BindingContext property changes. (inherited from Control).
Public event CausesValidationChanged Overrides the CausesValidationChanged property. (inherited from PictureBox).
Public event ChangeUICues Occurs when the focus or keyboard user interface (UI) cues change. (inherited from Control).
Public event Click Occurs when the control is clicked. (inherited from Control).
Public event ClientSizeChanged Occurs when the value of the ClientSize property changes. (inherited from Control).
Public event ContextMenuChanged Occurs when the value of the ContextMenu property changes. (inherited from Control).
Public event ContextMenuStripChanged Occurs when the value of the ContextMenuStrip property changes. (inherited from Control).
Public event ControlAdded Occurs when a new control is added to the ControlCollection. (inherited from Control).
Public event ControlRemoved Occurs when a control is removed from the ControlCollection. (inherited from Control).
Public event CursorChanged Occurs when the value of the Cursor property changes. (inherited from Control).
Public event Disposed Occurs when the component is disposed by a call to the Dispose method. (inherited from Component).
Public event DockChanged Occurs when the value of the Dock property changes. (inherited from Control).
Public event DoubleClick Occurs when the control is double-clicked. (inherited from Control).
Public event DpiChangedAfterParent (inherited from Control).
Public event DpiChangedBeforeParent (inherited from Control).
Public event DragDrop Occurs when a drag-and-drop operation is completed. (inherited from Control).
Public event DragEnter Occurs when an object is dragged into the control's bounds. (inherited from Control).
Public event DragLeave Occurs when an object is dragged out of the control's bounds. (inherited from Control).
Public event DragOver Occurs when an object is dragged over the control's bounds. (inherited from Control).
Public event EnabledChanged Occurs when the Enabled property value has changed. (inherited from Control).
Public event Enter Overrides the Enter property. (inherited from PictureBox).
Public event FontChanged Occurs when the value of the Font property changes. (inherited from PictureBox).
Public event ForeColorChanged Occurs when the value of the ForeColor property changes. (inherited from PictureBox).
Public event GiveFeedback Occurs during a drag operation. (inherited from Control).
Public event GotFocus Occurs when the control receives focus. (inherited from Control).
Public event HandleCreated Occurs when a handle is created for the control. (inherited from Control).
Public event HandleDestroyed Occurs when the control's handle is in the process of being destroyed. (inherited from Control).
Public event HelpRequested Occurs when the user requests help for a control. (inherited from Control).
Public event ImeModeChanged Occurs when the value of the ImeMode property changes. (inherited from PictureBox).
Public event Invalidated Occurs when a control's display requires redrawing. (inherited from Control).
Public event KeyDown Occurs when a key is pressed when the control has focus. (inherited from PictureBox).
Public event KeyPress Occurs when a key is pressed when the control has focus. (inherited from PictureBox).
Public event KeyUp Occurs when a key is released when the control has focus. (inherited from PictureBox).
Public event Layout Occurs when a control should reposition its child controls. (inherited from Control).
Public event Leave Occurs when input focus leaves the PictureBox. (inherited from PictureBox).
Public event LoadCompleted Occurs when the asynchronous image-load operation is completed, been canceled, or raised an exception. (inherited from PictureBox).
Public event LoadProgressChanged Occurs when the progress of an asynchronous image-loading operation has changed. (inherited from PictureBox).
Public event LocationChanged Occurs when the Location property value has changed. (inherited from Control).
Public event LostFocus Occurs when the control loses focus. (inherited from Control).
Public event MarginChanged Occurs when the control's margin changes. (inherited from Control).
Public event MouseCaptureChanged Occurs when the control loses mouse capture. (inherited from Control).
Public event MouseClick Occurs when the control is clicked by the mouse. (inherited from Control).
Public event MouseDoubleClick Occurs when the control is double clicked by the mouse. (inherited from Control).
Public event MouseDown Occurs when the mouse pointer is over the control and a mouse button is pressed. (inherited from Control).
Public event MouseEnter Occurs when the mouse pointer enters the control. (inherited from Control).
Public event MouseHover Occurs when the mouse pointer rests on the control. (inherited from Control).
Public event MouseLeave Occurs when the mouse pointer leaves the control. (inherited from Control).
Public event MouseMove Occurs when the mouse pointer is moved over the control. (inherited from Control).
Public event MouseUp Occurs when the mouse pointer is over the control and a mouse button is released. (inherited from Control).
Public event MouseWheel Occurs when the mouse wheel moves while the control has focus. (inherited from Control).
Public event Move Occurs when the control is moved. (inherited from Control).
Public event PaddingChanged Occurs when the control's padding changes. (inherited from Control).
Public event Paint Occurs when the control is redrawn. (inherited from Control).
Public event ParentChanged Occurs when the Parent property value changes. (inherited from Control).
Public event PreviewKeyDown Occurs before the KeyDown event when a key is pressed while focus is on this control. (inherited from Control).
Public event QueryAccessibilityHelp Occurs when AccessibleObject is providing help to accessibility applications. (inherited from Control).
Public event QueryContinueDrag 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 Control).
Public event RegionChanged Occurs when the value of the Region property changes. (inherited from Control).
Public event Resize Occurs when the control is resized. (inherited from Control).
Public event RightToLeftChanged Occurs when the value of the RightToLeft property changes. (inherited from PictureBox).
Public event SizeChanged Occurs when the Size property value changes. (inherited from Control).
Public event SizeModeChanged Occurs when SizeMode changes. (inherited from PictureBox).
Public event StyleChanged Occurs when the control style changes. (inherited from Control).
Public event SystemColorsChanged Occurs when the system colors change. (inherited from Control).
Public event TabIndexChanged Occurs when the value of the TabIndex property changes. (inherited from PictureBox).
Public event TabStopChanged Occurs when the value of the TabStop property changes. (inherited from PictureBox).
Public event TextChanged Occurs when the value of the Text property changes. (inherited from PictureBox).
Public event Validated Occurs when the control is finished validating. (inherited from Control).
Public event Validating Occurs when the control is validating. (inherited from Control).
Public event VisibleChanged Occurs when the Visible property value changes. (inherited from Control).
Top

In this article

Definition