InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / MouseEventArgsEx Class
Members


In This Topic
    MouseEventArgsEx Class
    In This Topic
    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