C# Class Skybound.Gecko.GeckoNavigatingEventArgs

Provides data for the GeckoNavigatingEventHandler event.
Inheritance: System.ComponentModel.CancelEventArgs
显示文件 Open project: tophatmonocle/DirtyGecko Class Usage Examples

Public Methods

Method Description
GeckoNavigatingEventArgs ( Uri value ) : System

Creates a new instance of a GeckoNavigatingEventArgs object.

Method Details

GeckoNavigatingEventArgs() public method

Creates a new instance of a GeckoNavigatingEventArgs object.
public GeckoNavigatingEventArgs ( Uri value ) : System
value System.Uri
return System