Server connect event data and information will be stored in this class.

Namespace:  Phidgets.Events
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class ServerConnectEventArgs : EventArgs
Visual Basic (Declaration)
Public Class ServerConnectEventArgs _
	Inherits EventArgs
Visual C++
public ref class ServerConnectEventArgs : public EventArgs

Remarks

The data stored in this event args class is a reference to the Phidget, or Dictionary, or Manager object that triggered the event.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Phidgets.Events..::.ServerConnectEventArgs

See Also