TypeValidationEventHandler 代理人

定義

TypeValidationCompleted コントロールの MaskedTextBox イベントを処理するメソッドを表します。

public delegate void TypeValidationEventHandler(System::Object ^ sender, TypeValidationEventArgs ^ e);
public delegate void TypeValidationEventHandler(object sender, TypeValidationEventArgs e);
public delegate void TypeValidationEventHandler(object? sender, TypeValidationEventArgs e);
type TypeValidationEventHandler = delegate of obj * TypeValidationEventArgs -> unit
Public Delegate Sub TypeValidationEventHandler(sender As Object, e As TypeValidationEventArgs)

パラメーター

sender
Object

イベントのソース。

e
TypeValidationEventArgs

イベント データを格納している TypeValidationEventArgs

注釈

クラスの イベントはTypeValidationCompleted、プロパティが 以外の型nullに明示的に設定されている場合ValidatingTypeにのみ発生する省略可能なイベントMaskedTextBoxです。

通常、イベントの TypeValidationCompleted ハンドラーは、マスク固有および型固有の検証処理を実行するために実装されます。 これに対し、一般的な検証は、通常、基底クラスで定義されている標準 Validating イベントで Control 実行されます。

拡張メソッド

GetMethodInfo(Delegate)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象

こちらもご覧ください