Event representing Close of a channel

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public Class CloseEventArgs _
	Inherits EventArgs
C#
public class CloseEventArgs : EventArgs
Visual C++
public ref class CloseEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Kaazing.HTML5..::..CloseEventArgs

See Also