Reflection .NET API
Attachmate.Reflection.UserControl.Wpf.OpenSystemsGraphics Assembly / Attachmate.Reflection.UserControl.Wpf.OpenSystemsGraphics Namespace / TerminalInitializedEventHandler Delegate
The source of the event.
An AsyncCompletedEventArgs type that contains an Error property that indicates which error (if any) occurred during the InitInstance call.


In This Topic
    TerminalInitializedEventHandler Delegate
    In This Topic
    Event handler delegate for session started event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub TerminalInitializedEventHandler( _
       ByVal sender As Object, _
       ByVal e As AsyncCompletedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New TerminalInitializedEventHandler(AddressOf HandlerMethod)
    public delegate void TerminalInitializedEventHandler( 
       object sender,
       AsyncCompletedEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    An AsyncCompletedEventArgs type that contains an Error property that indicates which error (if any) occurred during the InitInstance call.
    See Also