Class PresentationConnectionCloseEvent
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
NOTE
ExperimentalPresentationConnectionCloseEvent 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
typestringeventInitDictPresentationConnectionCloseEventInit
Properties
Message
[Value("message")]
public string Message { get; }
Property Value
Reason
[Value("reason")]
public PresentationConnectionCloseReason Reason { get; }