Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Namespace: Visual3D.Networking
Assembly: Visual3D.Networking (in Visual3D.Networking.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public class EventHandlerArgs : EventArgs
Public Class EventHandlerArgs _
	Inherits EventArgs

Members

         
 All Members  Constructors   Fields  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NetSession..::..EventHandlerArgs(NetSession)
Initializes a new instance of the NetSession..::..EventHandlerArgs class
NetSession

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Visual3D.Networking..::..NetSession..::..EventHandlerArgs
      Visual3D.Networking..::..NetSession..::..PlayerEventArgs

See Also