EventInfoFactory Class
A factory for creating IEventInfo to be passed to the FireEvent method of the Web test object.

C# Syntax

public static class EventInfoFactory 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Web.EventInfoFactory

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateEventInfoCreates an event info for the given event type.  
Public Methodstatic (Shared in Visual Basic)CreateMouseEventInfoCreates a mouse event info for the given mouse event type.  
Top