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

Initializes a new instance of DeviceEvent.

Initializes a new instance of DeviceEvent with the given _args.

NameTypeDescription

handler

The handler that fired the event.

type

The type of event.

data

The event payload.

Properties

Object: The event data.

String: The handler that fired the event.

String: The type of event.

Last updated