C# Class System.Html.CustomEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
CustomEvent System.Runtime.CompilerServices

Public Methods

Method Description
CustomEvent ( string type ) : System.Runtime.CompilerServices
CustomEvent ( string type, CustomEventInit eventInitDict ) : System.Runtime.CompilerServices
InitCustomEvent ( string type, bool canBubble, bool cancelable, object detail ) : void

Private Methods

Method Description
CustomEvent ( ) : System.Runtime.CompilerServices

Method Details

CustomEvent() public method

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

CustomEvent() public method

public CustomEvent ( string type, CustomEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict CustomEventInit
return System.Runtime.CompilerServices

InitCustomEvent() public method

public InitCustomEvent ( string type, bool canBubble, bool cancelable, object detail ) : void
type string
canBubble bool
cancelable bool
detail object
return void