C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / ValidationErrorEventHandler Delegate
The source of the event.
A ValidationErrorEventArgs object that contains the event data.
ValidationErrorEventHandler Delegate
In This Topic
Represents the method that handles a ValidationError event.
Syntax
'Declaration
 
Public Delegate Sub ValidationErrorEventHandler( _
   ByVal sender As Object, _
   ByVal e As ValidationErrorEventArgs _
) 
 

Parameters

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