Occurs when the connection has closed.
Namespace:
Kaazing.HTML5Assembly: Kaazing.Gateway (in Kaazing.Gateway.dll)
Syntax
Visual Basic |
---|
Public Event CloseEvent As CloseEventHandler |
C# |
---|
public event CloseEventHandler CloseEvent |
Visual C++ |
---|
public: event CloseEventHandler^ CloseEvent { void add (CloseEventHandler^ value); void remove (CloseEventHandler^ value); } |