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

The WorldManager type exposes the following events.

Events

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
MainWorldChanged
Occurs after the main world has been changed.
MainWorldChanging
Occurs when the main world is being changed (cancellable).
SearchingForWorld
Occurs when a player is searching for worlds (with autocompletion). The list of worlds in the search results may be replaced.
WorldCreated
Occurs after a new world is created/added.
WorldCreating
Occurs before a new world is created/added (cancellable).

See Also