Reflection
MouseEventArgsEx Class
Members 


Event argument for UserMouseEventhandler
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class MouseEventArgsEx 
   Inherits System.EventArgs
'Usage
 
Dim instance As MouseEventArgsEx
[Serializable()]
public class MouseEventArgsEx : System.EventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      Attachmate.Reflection.UserInterface.MouseEventArgsEx

See Also