TransactionEventHandler Delegate

public delegate void TransactionEventHandler( 
object sender
OnTransaction transaction 
)
This language is not supported or no code example is available.
public:  
delegate void TransactionEventHandler( 
object^ sender
OnTransaction^ transaction 
)
This language is not supported or no code example is available.
JScript supports the use of delegates, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

sender
object

transaction
OnTransaction

In this article

Definition