DeviceEventArgs

Wisej.Web.Ext.MobileIntegration.DeviceEventArgs

Namespace: Wisej.Web.Ext.MobileIntegration

Assembly: Wisej.Web.Ext.MobileIntegration (2.5.0.0)

Provides data to the Event event.

public class DeviceEventArgs : EventArgs

Constructors

Initializes a new instance of DeviceEventArgs.

NameTypeDescription

args

Event args received from the client.

Properties

Object: Returns the additional data received with the event.

DeviceOrientation: Returns the current device orientation.

String: Name of the native component that triggered the event.

String: Event type.

Used By

NameDescription

Represents the method that will handle the Event event.

Last updated