Table of Contents

Class PresentationConnectionCloseEvent

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
NOTE
Experimental
The PresentationConnectionCloseEvent interface of the Presentation API is fired on a PresentationConnection when it is closed.
[Value("PresentationConnectionCloseEvent")]
public class PresentationConnectionCloseEvent : Event
Inheritance
PresentationConnectionCloseEvent
Inherited Members

Remarks

Constructors

PresentationConnectionCloseEvent()

public PresentationConnectionCloseEvent()

PresentationConnectionCloseEvent(string, PresentationConnectionCloseEventInit)

public PresentationConnectionCloseEvent(string type, PresentationConnectionCloseEventInit eventInitDict)

Parameters

type string
eventInitDict PresentationConnectionCloseEventInit

Properties

Message

[Value("message")]
public string Message { get; }

Property Value

string

Reason

[Value("reason")]
public PresentationConnectionCloseReason Reason { get; }

Property Value

PresentationConnectionCloseReason