C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / PostValidationEventHandler Delegate
The source of the event.
A PostValidationEventArgs object that contains the event data.

In This Topic
PostValidationEventHandler Delegate
In This Topic
Represents the method that handles PostValidating or PostValidated events.
Syntax
'Declaration
 
Public Delegate Sub PostValidationEventHandler( _
   ByVal sender As Object, _
   ByVal e As PostValidationEventArgs _
) 
 

Parameters

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