C# Class System.Html.TransitionEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
TransitionEvent System.Runtime.CompilerServices

Public Methods

Method Description
TransitionEvent ( string type ) : System.Runtime.CompilerServices
TransitionEvent ( string type, TransitionEventInit eventInitDict ) : System.Runtime.CompilerServices

Private Methods

Method Description
TransitionEvent ( ) : System.Runtime.CompilerServices

Method Details

TransitionEvent() public method

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

TransitionEvent() public method

public TransitionEvent ( string type, TransitionEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict TransitionEventInit
return System.Runtime.CompilerServices