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

The PlayerPlacingBlockEventArgs type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Context
Context in which the block was placed.
Coords
Coordinates at which the block would be placed.
Map
Map on which the block would be placed.
NewBlock
Blocktype that the player intends to place.
OldBlock
Current blocktype at this coordinate.
Player
Player who intends to place a block.
Result
Result of Player.CanPlace permission check. Can be changed.

See Also