System.Windows.Forms.MaskInputRejectedEventArgs Class

Provides data for the MaskedTextBox.MaskInputRejected event.

See Also: MaskInputRejectedEventArgs Members

Syntax

public class MaskInputRejectedEventArgs : EventArgs

Remarks

The System.Windows.Forms.MaskInputRejectedEventArgs class provides information about the invalid input character, namely its zero-based position in the formatted string and a general description about why the character was rejected.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0