CreateEventInfo Method
Creates an event info for the given event type.
Remarks
The event can be any HTML DOM event. For details, see http://www.w3schools.com/jsref/dom_obj_event.asp

C# Syntax

public static EventInfo CreateEventInfo( 
   string type
)

Parameters

type
The type of EventInfo event.