C# Class System.Html.Event

Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
Event ( string type ) : System.Runtime.CompilerServices
Event ( string type, EventInit eventInitDict ) : System.Runtime.CompilerServices
GetPreventDefault ( ) : bool
InitEvent ( string type, bool bubbles, bool cancelable ) : void
PreventDefault ( ) : void
StopImmediatePropagation ( ) : void
StopPropagation ( ) : void

Private Methods

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

Method Details

Event() public méthode

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

Event() public méthode

public Event ( string type, EventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict EventInit
Résultat System.Runtime.CompilerServices

GetPreventDefault() public méthode

public GetPreventDefault ( ) : bool
Résultat bool

InitEvent() public méthode

public InitEvent ( string type, bool bubbles, bool cancelable ) : void
type string
bubbles bool
cancelable bool
Résultat void

PreventDefault() public méthode

public PreventDefault ( ) : void
Résultat void

StopImmediatePropagation() public méthode

public StopImmediatePropagation ( ) : void
Résultat void

StopPropagation() public méthode

public StopPropagation ( ) : void
Résultat void