'宣言 Public Delegate Sub PostValidationEventHandler( _ ByVal sender As System.Object, _ ByVal e As PostValidationEventArgs _ )
public delegate void PostValidationEventHandler( System.object sender, PostValidationEventArgs e )
パラメータ
- sender
- The source of the event.
- e
- A PostValidationEventArgs object that contains the event data.