C# Class NHtmlUnit.Javascript.Host.Events.UIEvent

Inheritance: NHtmlUnit.Javascript.Host.Events.Event
Exibir arquivo Open project: HtmlUnit/NHtmlUnit

Public Methods

Method Description
InitUIEvent ( string type, bool bubbles, bool cancelable, object view, int detail ) : void
UIEvent ( NHtmlUnit domNode, string type ) : System
UIEvent ( com wrappedObject ) : System

Private Methods

Method Description
UIEvent ( ) : System

Method Details

InitUIEvent() public method

public InitUIEvent ( string type, bool bubbles, bool cancelable, object view, int detail ) : void
type string
bubbles bool
cancelable bool
view object
detail int
return void

UIEvent() public method

public UIEvent ( NHtmlUnit domNode, string type ) : System
domNode NHtmlUnit
type string
return System

UIEvent() public method

public UIEvent ( com wrappedObject ) : System
wrappedObject com
return System