ComponentOne Input for WinForms
PostValidationEventHandler Delegate

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : PostValidationEventHandler Delegate
The source of the event.
A PostValidationEventArgs object that contains the event data.
Represents the method that handles PostValidating or PostValidated events.
Syntax
'Declaration
 
Public Delegate Sub PostValidationEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As PostValidationEventArgs _
) 
public delegate void PostValidationEventHandler( 
   System.object sender,
   PostValidationEventArgs e
)

Parameters

sender
The source of the event.
e
A PostValidationEventArgs object that contains the event data.
See Also

Reference

PostValidationEventHandler Members
C1.Win.C1Input Namespace