C# Class System.Html.PointerEvent

Inheritance: MouseEvent
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
PointerEvent System.Runtime.CompilerServices

Public Methods

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

Private Methods

Method Description
PointerEvent ( ) : System.Runtime.CompilerServices

Method Details

PointerEvent() public method

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

PointerEvent() public method

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