Click or drag to resize

KryptonRibbonGroupMaskedTextBox Events

The KryptonRibbonGroupMaskedTextBox type exposes the following members.

Events
  NameDescription
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventGotFocus
Occurs when the control receives focus.
Public eventHideSelectionChanged
Occurs when the value of the HideSelection property changes.
Public eventIsOverwriteModeChanged
Occurs when the value of the IsOverwriteMode property changes.
Public eventKeyDown
Occurs when a key is pressed while the control has focus.
Public eventKeyPress
Occurs when a key is pressed while the control has focus.
Public eventKeyUp
Occurs when a key is released while the control has focus.
Public eventLostFocus
Occurs when the control loses focus.
Public eventMaskChanged
Occurs when the value of the Mask property changes.
Public eventMaskInputRejected
Occurs when the input character or text does not comply with the mask specification.
Public eventModifiedChanged
Occurs when the value of the Modified property changes.
Public eventPreviewKeyDown
Occurs before the KeyDown event when a key is pressed while focus is on this control.
Public eventPropertyChanged
Occurs after the value of a property has changed.
Public eventReadOnlyChanged
Occurs when the value of the ReadOnly property changes.
Public eventTextAlignChanged
Occurs when the value of the TextAlign property changes.
Public eventTextChanged
Occurs when the value of the Text property changes.
Public eventTypeValidationCompleted
Occurs when the validating type object has completed parsing the input text.
Top
See Also