C# Class System.Html.CustomEvent

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

Private Properties

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

Méthodes publiques

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

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

Method Details

CustomEvent() public méthode

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

CustomEvent() public méthode

public CustomEvent ( string type, CustomEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict CustomEventInit
Résultat System.Runtime.CompilerServices

InitCustomEvent() public méthode

public InitCustomEvent ( string type, bool canBubble, bool cancelable, object detail ) : void
type string
canBubble bool
cancelable bool
detail object
Résultat void