Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ViewEventHandler Delegate


In This Topic
ViewEventHandler Delegate
In This Topic
ViewEventHandler event delegate.
Syntax
'Declaration
 
Public Delegate Sub ViewEventHandler( _
   ByVal sender As Object, _
   ByVal e As ViewEventArgs _
) 
 
'Usage
 
Dim instance As New ViewEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also