The events of System.Windows.Forms.MaskedTextBox are listed below. For a list of all members, see the MaskedTextBox Members list.
See Also: Inherited members from System.Windows.Forms.TextBoxBase
AcceptsTabChanged |
Occurs when the value of the MaskedTextBox.AcceptsTab property has changed. This event is not raised by System.Windows.Forms.MaskedTextBox. | |
IsOverwriteModeChanged |
Occurs after the insert mode has changed. | |
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. | |
MultilineChanged |
Typically occurs when the value of the MaskedTextBox.Multiline property has changed; however, this event is not raised by System.Windows.Forms.MaskedTextBox. | |
TextAlignChanged |
Occurs when the text alignment is changed. | |
TypeValidationCompleted |
Occurs when System.Windows.Forms.MaskedTextBox has finished parsing the current value using the MaskedTextBox.ValidatingType property. |