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 實作有顯著差異時,才會需要這些函式和物件。

適用於

另請參閱