Skip to main content

WebWorkerPostMessageEventArgs

Namespace: Wisej.Ext.WebWorker

Assembly: Wisej.Ext.WebWorker

Provides data for the PostMessage event.

public class WebWorkerPostMessageEventArgs : EventArgs

Constructors

Instance memberWebWorkerPostMessageEventArgs(e)

Initializes a new instance of WebWorkerPostMessageEventArgs from the specified event data.

NameTypeDescription
eWisejEventArgsAn instance of WisejEventArgs with the event data sent by the client.

Properties

Instance memberData

Object: The data object sent with postMessage.