C# Class System.Html.CloseEvent

Inheritance: Event
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
CloseEvent System.Runtime.CompilerServices

Méthodes publiques

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

Méthode Description
CloseEvent ( ) : System.Runtime.CompilerServices

Method Details

CloseEvent() public méthode

public CloseEvent ( string type ) : System.Runtime.CompilerServices
type string
Résultat System.Runtime.CompilerServices

CloseEvent() public méthode

public CloseEvent ( string type, CloseEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict CloseEventInit
Résultat System.Runtime.CompilerServices

InitCloseEvent() public méthode

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
Résultat void