ComponentOne DataObjects for .NET
ErrorEventHandler Delegate

C1.Data.2 Assembly > C1.Data Namespace : ErrorEventHandler Delegate
Represents the method that handles the UpdateError event in CDataSet and C1DataExpress components.
Syntax
'Declaration
 
Public Delegate Sub ErrorEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ErrorEventArgs _
) 
public delegate void ErrorEventHandler( 
   System.object sender,
   ErrorEventArgs e
)

Parameters

sender
e
See Also

Reference

ErrorEventHandler Members
C1.Data Namespace
UpdateError Event
C1ExpressTable.UpdateError Event
C1ExpressConnection.UpdateError Event