TypeValidationEventHandler デリゲート
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Public Delegate Sub TypeValidationEventHandler ( _ sender As Object, _ e As TypeValidationEventArgs _ )
/** @delegate */ public delegate void TypeValidationEventHandler ( Object sender, TypeValidationEventArgs e )

MaskedTextBox クラスの TypeValidationCompleted イベントは、ValidatingType プロパティが null 参照 (Visual Basic では Nothing) 以外の型に明示的に設定されている場合にだけ発生する、オプションのイベントです。
通常、TypeValidationCompleted イベントのハンドラは、マスク固有および型固有の検証処理を実行するように実装されています。これに対して、全般的な検証は、通常、Control 基本クラスで定義されている標準の Validating イベントで実行されます。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からTypeValidationEventHandler デリゲートを検索する場合は、下記のリンクをクリックしてください。

- TypeValidationEventHandler デリゲートのページへのリンク