Syntax
| C# |
|---|
public BrowserEvent (
Browser b,
int action
) |
Remarks
Example
| C# |
|---|
Vrml.EAI.Browser browser = ...; Vrml.EAI.Event.BrowserEvent evt = new Vrml.EAI.Event.BrowserEvent(browser, Vrml.EAI.Event.BrowserEvent.URL_ERROR); OnBrowserEvent(evt); |