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