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

This event will be fired when we recieve pay price information for the object after having asked for them with RequestPayPrice

Namespace:  OpenMetaverse
Assembly:  OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057

Syntax

         
 C#  Visual Basic  Visual C++ 
public event ObjectManager..::.PayPriceReply OnPayPriceReply
Public Event OnPayPriceReply As ObjectManager..::.PayPriceReply
public:
 event ObjectManager..::.PayPriceReply^ OnPayPriceReply {
	void add (ObjectManager..::.PayPriceReply^ value);
	void remove (ObjectManager..::.PayPriceReply^ value);
}

See Also