C# Class System.Html.CloseEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
CloseEvent System.Runtime.CompilerServices

Public Methods

Method Description
CloseEvent ( string type ) : System.Runtime.CompilerServices
CloseEvent ( string type, CloseEventInit eventInitDict ) : System.Runtime.CompilerServices
InitCloseEvent ( string type, bool canBubble, bool cancelable, bool wasClean, ushort code, string reason ) : void

Private Methods

Method Description
CloseEvent ( ) : System.Runtime.CompilerServices

Method Details

CloseEvent() public method

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

CloseEvent() public method

public CloseEvent ( string type, CloseEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict CloseEventInit
return System.Runtime.CompilerServices

InitCloseEvent() public method

public InitCloseEvent ( string type, bool canBubble, bool cancelable, bool wasClean, ushort code, string reason ) : void
type string
canBubble bool
cancelable bool
wasClean bool
code ushort
reason string
return void