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

The PlayerMovingEventArgs type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Cancel
If set to 'true', denies movement and warps the player back.
NewPosition
Desired new position.
OldPosition
Player's current position.
Player
Player who intends to move.

See Also