C# Class Skybound.Gecko.GeckoContextMenuEventArgs

Provides data for the GeckoContextMenuEventHandler event.
Inheritance: System.EventArgs
Show file Open project: tophatmonocle/DirtyGecko Class Usage Examples

Public Methods

Method Description
GeckoContextMenuEventArgs ( Point location, ContextMenu contextMenu, string associatedLink, Uri backgroundImageSrc, Uri imageSrc, GeckoNode targetNode ) : System

Creates a new instance of a GeckoContextMenuEventArgs object.

Method Details

GeckoContextMenuEventArgs() public method

Creates a new instance of a GeckoContextMenuEventArgs object.
public GeckoContextMenuEventArgs ( Point location, ContextMenu contextMenu, string associatedLink, Uri backgroundImageSrc, Uri imageSrc, GeckoNode targetNode ) : System
location Point
contextMenu System.Windows.Forms.ContextMenu
associatedLink string
backgroundImageSrc System.Uri
imageSrc System.Uri
targetNode GeckoNode
return System