MaskedTextBoxArray Events
.NET Framework 3.0
Name | Description | |
---|---|---|
![]() | BackColorChanged | Occurs when the value of the AutoSize property changes. |
![]() | BindingContextChanged | Occurs when the value of the BindingContext property changes. |
![]() | BorderStyleChanged | Occurs when the value of the BorderStyle property changes. |
![]() | CausesValidationChanged | Occurs when the value of the CausesValidation property changes. |
![]() | ChangeUICues | Occurs when the focus or keyboard user interface (UI) cues change. |
![]() | Click | Occurs when a MaskedTextBox in a MaskedTextBoxArray is clicked. |
![]() | ClientSizeChanged | Occurs when the value of the ClientSize property changes. |
![]() | ContextMenuChanged | Occurs when the value of the ContextMenu property changes. |
![]() | ContextMenuStripChanged | Occurs when the value of the ContextMenuStrip property changes. |
![]() | ControlAdded | Occurs when a new control is added to the MaskedTextBoxArray. |
![]() | ControlRemoved | Occurs when a control is removed from the MaskedTextBoxArray. |
![]() | CursorChanged | Occurs when the value of the Cursor property changes. |
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose method. (inherited from Component) |
![]() | DockChanged | Occurs when the value of the Dock property changes. |
![]() | DoubleClick | Occurs when a MaskedTextBox control in a MaskedTextBoxArray is double-clicked. |
![]() | DragDrop | Occurs when a drag-and-drop operation is completed. |
![]() | DragEnter | Occurs when an object is dragged into the control's bounds. |
![]() | DragLeave | Occurs when an object is dragged out of the control's bounds. |
![]() | DragOver | Occurs when an object is dragged over the control's bounds. |
![]() | EnabledChanged | Occurs when the value of the Enabled property changes. |
![]() | Enter | Occurs when the control is entered. |
![]() | FontChanged | Occurs when the value of the Font property changes. |
![]() | ForeColorChanged | Occurs when the value of the ForeColor property changes. |
![]() | GiveFeedback | Occurs during a drag operation. |
![]() | HelpRequested | Occurs when the user requests help for a control. |
![]() | HideSelectionChanged | Occurs when the value of the HideSelection property changes. |
![]() | ImeModeChanged | Occurs when the value of the ImeMode property changes. |
![]() | IsOverwriteModeChanged | Occurs after the insert mode has changed. |
![]() | KeyDown | Occurs when a key is pressed and the control has focus. |
![]() | KeyPress | Occurs when a key is pressed and the control has focus. |
![]() | KeyUp | Occurs when a key is released and the control has focus. |
![]() | Layout | Occurs when a control should reposition its child controls. |
![]() | Leave | Occurs when the input focus leaves the control. |
![]() | LocationChanged | Occurs when the value of the Location property changes. |
![]() | MarginChanged | Occurs when the value of the Margin property changes. |
![]() | MaskChanged | Occurs after the input mask is changed. |
![]() | MaskInputRejected | Occurs when the user's input or assigned character does not match the corresponding format element of the input mask. |
![]() | ModifiedChanged | Occurs when the value of the Modified property has changed. |
![]() | MouseCaptureChanged | Occurs when the control loses or gains mouse capture. |
![]() | MouseClick | Occurs when the control is clicked by the mouse. |
![]() | MouseDoubleClick | Occurs when the control is double-clicked by the mouse. |
![]() | MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. |
![]() | MouseEnter | Occurs when the mouse pointer enters the control. |
![]() | MouseHover | Occurs when the mouse pointer rests on the control. |
![]() | MouseLeave | Occurs when the mouse pointer leaves the control. |
![]() | MouseMove | Occurs when the mouse pointer is moved over the control. |
![]() | MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released. |
![]() | Move | Occurs when the control is moved. |
![]() | ParentChanged | Occurs when the control's Parent property changes. |
![]() | QueryAccessibilityHelp | Occurs when an AccessibleObject is providing Help to accessibility applications. |
![]() | QueryContinueDrag | Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. |
![]() | ReadOnlyChanged | Occurs when the value of the ReadOnly property changes. |
![]() | RegionChanged | Occurs when the value of the Region property changes. |
![]() | Resize | Occurs when the control is resized. |
![]() | RightToLeftChanged | Occurs when the RightToLeftChanged property value changes. |
![]() | SizeChanged | Occurs when the Size property value changes. |
![]() | StyleChanged | Occurs when the control style changes. |
![]() | SystemColorsChanged | Occurs when the system colors change. |
![]() | TabIndexChanged | Occurs when the TabIndex property value changes. |
![]() | TabStopChanged | Occurs when the TabStop property value changes. |
![]() | TextAlignChanged | Occurs when the TextAlign property value changes. |
![]() | TextChanged | Occurs when the Text property value changes. |
![]() | TypeValidationCompleted | Occurs when MaskedTextBox has finished parsing the current value by using the ValidatingType property. |
![]() | Validated | Occurs when the control is finished validating. |
![]() | Validating | Occurs when the control is validating. |
![]() | VisibleChanged | Occurs when the Visible property value changes. |
Show: