dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleAlerterFinishEventHandler Delegate
The source of the event.
An OracleAlerterFinishEventArgs object that contains the event data.

In This Topic
    OracleAlerterFinishEventHandler Delegate
    In This Topic
    Represents the method that will handle the OracleAlerter.Stopped event of an OracleAlerter.
    Syntax
    'Declaration
     
    Public Delegate Sub OracleAlerterFinishEventHandler( _
       ByVal sender As Object, _
       ByVal e As OracleAlerterFinishEventArgs _
    ) 
    public delegate void OracleAlerterFinishEventHandler( 
       object sender,
       OracleAlerterFinishEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    An OracleAlerterFinishEventArgs object that contains the event data.
    See Also