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

PointerEvent() public method

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

Same methods

PointerEvent::PointerEvent ( ) : System.Runtime.CompilerServices
PointerEvent::PointerEvent ( string type, PointerEventInit eventInitDict ) : System.Runtime.CompilerServices
PointerEvent