CreateMouseEventInfo Method (EventInfoFactory)
Creates a MouseEventInfo object with the given parameters.
Overload List
OverloadDescription
CreateMouseEventInfo(MouseEvent,Int64,Int32,Int32,Int32,Int32,Boolean)Creates a MouseEventInfo with parameters: mouseEvent, when, modifiers, x, y, clickCount, and popupTrigger.  
CreateMouseEventInfo(MouseEvent,Int64,Int32,Int32,Int32,Int32,Boolean,Int32)Creates a MouseEventInfo with parameters: mouseEvent, when, modifiers, x, y, clickCount, popupTrigger and button.  
CreateMouseEventInfo(MouseEvent,Int64,Int32,Int32,Int32,Int32,Int32,Int32,Boolean,Int32)Creates a MouseEventInfo with the given parameters.