The answer is no. Your private key is never transmitted to the network for any reason. You may wonder how the network can validate that a transaction is "yours".
This is possible because Bitcoin uses Public Key Cryptography (also know as asymetric cryptopgraphy).

Your addresses consist of a pair of keys which are mathematically linked. It is easy to determine the public key from the private key but impossible to determine the private key from the public key. It is more accurate to say it is computationally infeasible to determine the private key from the public key unless there is some cryptographic flaw.
Your public key is included in the transaction (along with destination and amount). The entire transaction is then signed with your private key. The signature is unique based on your private key and the contents of the transaction. Someone can't re-use a signature because it is only valid for a unique transaction.
When the network detects a transaction it will verify it by comparing the signature and public key to the transaction. While an attacker knows the public key he would need to know the private key to generate a valid signature.
Forgery/counterfiting is prevented because it is computationally infeasible (millions of years) to determine the correct signature without the private key. It is not possible for an attacker to change part of the transaction (like changing amount in fiat check fraud) as that would require different signature to be valid. The network can safely assume that if the signature is valid it must have been signed by the owner (presuambly with owners consent) and thus the transaction is valid.
This is why you must keep your wallet.dat secure. If someone gains access to your private keys they can sign transactions as you. Once an attacker can sign any transaction as you the best transaction is to transfer of all funds into account they control.
Amm ... paragraphs, please. – ripper234 – 2011-10-31T23:02:41.303