CreateEventInfo Method
Creates an event info for the given event type.
Remarks
The event can be any HTML DOM event. For details, see HTML DOM Events in the online W3Schools documentation.

C# Syntax

public static EventInfo CreateEventInfo( 
   string type
)

Parameters

type
The type of EventInfo event.