ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ConnectionOpeningEventHandler Delegate
The source of the event.
Event data.

In This Topic
    ConnectionOpeningEventHandler Delegate
    In This Topic
    Represents the method that handles the C1DataViewSet.ConnectionOpening event.
    Syntax
    'Declaration
     
    Public Delegate Sub ConnectionOpeningEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As ConnectionOpeningEventArgs _
    ) 
    public delegate void ConnectionOpeningEventHandler( 
       System.object sender,
       ConnectionOpeningEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    Event data.
    See Also