InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / Application Class / ApplicationClosingEventSink Method


In This Topic
    ApplicationClosingEventSink Method
    In This Topic
    Event sink. For internal use
    Syntax
    'Declaration
     
    
    Public Sub ApplicationClosingEventSink( _
       ByVal sender As Object, _
       ByVal eventArgs As ApplicationClosingEventArgs _
    ) 
    'Usage
     
    
    Dim instance As Application
    Dim sender As Object
    Dim eventArgs As ApplicationClosingEventArgs
     
    instance.ApplicationClosingEventSink(sender, eventArgs)
    public void ApplicationClosingEventSink( 
       object sender,
       ApplicationClosingEventArgs eventArgs
    )

    Parameters

    sender
    eventArgs
    See Also