ComponentOne DataObjects for .NET
FillEventHandler Delegate

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

Parameters

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

Reference

FillEventHandler Members
C1.Data Namespace
AfterFill Event
BeforeFill Event