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


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

Parameters

sender
e
See Also