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