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 屬性定義的類型。

欲了解更多如何處理事件的資訊,請參閱 「處理與提升事件」。

Note

命名空間中的 Microsoft.VisualBasic.Compatibility.VB6 函式與物件提供給從 Visual Basic 6.0 升級到 Visual Basic 的工具使用。 大多數情況下,這些函式和物件會重複你在 .NET Framework 中其他命名空間中能找到的功能。 只有當 Visual Basic 6.0 的程式碼模型與 .NET Framework 實作有顯著差異時,才需要使用這些工具。

適用於

另請參閱