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

CustomEvent() public method

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

Same methods

CustomEvent::CustomEvent ( ) : System.Runtime.CompilerServices
CustomEvent::CustomEvent ( string type, CustomEventInit eventInitDict ) : System.Runtime.CompilerServices