LaunchUrlHandler Delegate

Represents the method that will handle the LaunchUrl event.

Namespace: EO.WebBrowser
Assembly: EO.WebBrowser (in EO.WebBrowser.dll)

Syntax
 public delegate void LaunchUrlHandler(
   object sender,
   LaunchUrlEventArgs e
);

Parameters

sender
The source of the event.
e
Additional event data.
See Also