System.Html.AnimationEvent.AnimationEvent C# (CSharp) Method

AnimationEvent() public method

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

Same methods

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