InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / ViewEventArgs Class / ViewEventArgs Constructor


In This Topic
    ViewEventArgs Constructor
    In This Topic
    Initializes the ViewEventArgs object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal view As IView _
    )
    'Usage
     
    
    Dim view As IView
     
    Dim instance As New ViewEventArgs(view)
    public ViewEventArgs( 
       IView view
    )

    Parameters

    view
    See Also