C# Class System.Html.AnimationEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
AnimationEvent System.Runtime.CompilerServices

Public Methods

Method Description
AnimationEvent ( string type ) : System.Runtime.CompilerServices
AnimationEvent ( string type, AnimationEventInit eventInitDict ) : System.Runtime.CompilerServices

Private Methods

Method Description
AnimationEvent ( ) : System.Runtime.CompilerServices

Method Details

AnimationEvent() public method

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

AnimationEvent() public method

public AnimationEvent ( string type, AnimationEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict AnimationEventInit
return System.Runtime.CompilerServices