DeviceEvent
Wisej.Hybrid.Shared.Core.DeviceEvent
Namespace: Wisej.Hybrid.Shared.Core
Assembly: Wisej.Hybrid (3.5.0.0)
Represents an event that occurred on the Hybrid client.
public class DeviceEvent
Constructors
DeviceEvent()

Initializes a new instance of DeviceEvent.
DeviceEvent(handler, type, data)

Initializes a new instance of DeviceEvent with the given _args.
Properties
Data

Object: The event data.
Handler

String: The handler that fired the event.
Type

String: The type of event.
Last updated