C# Class System.Html.CompositionEvent

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

Private Properties

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

Méthodes publiques

Méthode Description
InitCompositionEvent ( string typeArg, bool canBubbleArg, bool cancelableArg, WindowInstance viewArg, string dataArg, string localeArg ) : void

Private Methods

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

Method Details

InitCompositionEvent() public méthode

public InitCompositionEvent ( string typeArg, bool canBubbleArg, bool cancelableArg, WindowInstance viewArg, string dataArg, string localeArg ) : void
typeArg string
canBubbleArg bool
cancelableArg bool
viewArg WindowInstance
dataArg string
localeArg string
Résultat void