Contains information about a browser event.
Declaring type: BrowserEvent
Namespace: Vrml.EAI.Event
Assembly: VrmlEAI.NET
Collapse/Expand Public Fields
  Name Description
Public Field Static CONNECTION_ERROR Identifier for events that get sent when the communication with the browser failed.
Public Field Static INITIALIZED Identifier for events that get sent when the browser finished to load a new 3D scene.
Public Field Static LAST_IDENTIFIER Defines the first event identifier that is not used by EAI standard events.
Public Field Static SHUTDOWN Identifier for events that get sent when the browser is about to unload a 3D scene.
Public Field Static URL_ERROR Identifier for events that get sent when the download from an URL failed.
Collapse/Expand Public Constructors
  Name Description
Public Method BrowserEvent Initializes a BrowserEvent with a given browser and event ID.
Collapse/Expand Public Properties
  Name Description
Public Property ID The type of event.
Public Property Source The Browser object that produced this event.