ComponentOne DataObjects for .NET
CurrentRowChangedEventHandler Delegate

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

Parameters

sender
e
See Also

Reference

CurrentRowChangedEventHandler Members
C1.Data Namespace
CurrentRowChanged Event