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

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

    Parameters

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