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

Inheritance: NHtmlUnit.Javascript.Host.Events.Event
Afficher le fichier Open project: HtmlUnit/NHtmlUnit

Méthodes publiques

Méthode 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

Méthode Description
UIEvent ( ) : System

Method Details

InitUIEvent() public méthode

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

UIEvent() public méthode

public UIEvent ( NHtmlUnit domNode, string type ) : System
domNode NHtmlUnit
type string
Résultat System

UIEvent() public méthode

public UIEvent ( com wrappedObject ) : System
wrappedObject com
Résultat System