C# Class System.Html.UIEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
UIEvent System.Runtime.CompilerServices

Public Methods

Method Description
InitUIEvent ( string aType, bool aCanBubble, bool aCancelable, WindowInstance aView, int aDetail ) : void
UIEvent ( string type ) : System.Runtime.CompilerServices
UIEvent ( string type, UIEventInit eventInitDict ) : System.Runtime.CompilerServices

Private Methods

Method Description
UIEvent ( ) : System.Runtime.CompilerServices

Method Details

InitUIEvent() public method

public InitUIEvent ( string aType, bool aCanBubble, bool aCancelable, WindowInstance aView, int aDetail ) : void
aType string
aCanBubble bool
aCancelable bool
aView WindowInstance
aDetail int
return void

UIEvent() public method

public UIEvent ( string type ) : System.Runtime.CompilerServices
type string
return System.Runtime.CompilerServices

UIEvent() public method

public UIEvent ( string type, UIEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict UIEventInit
return System.Runtime.CompilerServices