C# Class System.Html.WheelEvent

Inheritance: MouseEvent
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
WheelEvent System.Runtime.CompilerServices

Public Methods

Method Description
WheelEvent ( string type ) : System.Runtime.CompilerServices
WheelEvent ( string type, WheelEventInit eventInitDict ) : System.Runtime.CompilerServices

Private Methods

Method Description
WheelEvent ( ) : System.Runtime.CompilerServices

Method Details

WheelEvent() public method

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

WheelEvent() public method

public WheelEvent ( string type, WheelEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict WheelEventInit
return System.Runtime.CompilerServices