Share via


MaskedTextBoxArray.TypeValidationCompleted 事件

定义

MaskedTextBox 已通过使用 ValidatingType 属性完成了对当前值的分析时发生。

public:
 event System::Windows::Forms::TypeValidationEventHandler ^ TypeValidationCompleted;
public event System.Windows.Forms.TypeValidationEventHandler TypeValidationCompleted;
member this.TypeValidationCompleted : System.Windows.Forms.TypeValidationEventHandler 
Public Custom Event TypeValidationCompleted As TypeValidationEventHandler 
Public Event TypeValidationCompleted As TypeValidationEventHandler 

事件类型

注解

控件 MaskedTextBox 将根据其 属性定义的 ValidatingType 类型(可选)验证用户输入。

有关如何处理事件的详细信息,请参阅 处理和引发事件

注意

Microsoft.VisualBasic.Compatibility.VB6 命名空间中的函数和对象用于工具从 Visual Basic 6.0 升级到 Visual Basic。 多数情况下,这些函数和对象可再现 .NET Framework 中其他命名空间的功能。 只有当 Visual Basic 6.0 代码模型与 .NET Framework 实现有显著区别时,才必须使用这些函数和对象。

适用于

另请参阅