C# Class System.Html.Mobile.DeviceOrientationEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
DeviceOrientationEvent System.Runtime.CompilerServices

Public Methods

Method Description
DeviceOrientationEvent ( string type ) : System.Runtime.CompilerServices
DeviceOrientationEvent ( string type, DeviceOrientationEventInit eventInitDict ) : System.Runtime.CompilerServices
InitDeviceOrientationEvent ( string type, bool canBubble, bool cancelable, double alpha, double beta, double gamma, bool absolute ) : void

Private Methods

Method Description
DeviceOrientationEvent ( ) : System.Runtime.CompilerServices

Method Details

DeviceOrientationEvent() public method

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

DeviceOrientationEvent() public method

public DeviceOrientationEvent ( string type, DeviceOrientationEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict DeviceOrientationEventInit
return System.Runtime.CompilerServices

InitDeviceOrientationEvent() public method

public InitDeviceOrientationEvent ( string type, bool canBubble, bool cancelable, double alpha, double beta, double gamma, bool absolute ) : void
type string
canBubble bool
cancelable bool
alpha double
beta double
gamma double
absolute bool
return void