ComponentOne DataObjects for .NET
DataSetEventHandler Delegate

C1.Data.2 Assembly > C1.Data Namespace : DataSetEventHandler Delegate
The source of the event.
A DataSetEventArgs object that contains the event data.
Represents the method that handles the C1DataSetLogic.BeforeUpdate and C1DataSetLogic.AfterUpdate events.
Syntax
'Declaration
 
Public Delegate Sub DataSetEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As DataSetEventArgs _
) 
public delegate void DataSetEventHandler( 
   System.object sender,
   DataSetEventArgs e
)

Parameters

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

Reference

DataSetEventHandler Members
C1.Data Namespace
BeforeUpdate Event
AfterUpdate Event