Reflection .NET API
Attachmate.Reflection Assembly / 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)

Parameters

view
See Also