[This is preliminary documentation and is subject to change.]

The PlayerJoinedWorldEventArgs type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Context
Context of the world change.
NewWorld
Player's current (newly-joined) world. May be same as OldWorld, if rejoining.
OldWorld
Players' previous world. May be null if player just connected, and is joining main.
Player
Player who has just joined a world.

See Also