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

TransitionEvent() public method

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

Same methods

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