ComponentOne Input for WinForms
ValidationErrorEventHandler Delegate

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

Parameters

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

Reference

ValidationErrorEventHandler Members
C1.Win.C1Input Namespace