dotConnect for FreshBooks Documentation
Devart.Common Namespace / DbConnectionBase Class / TransactionStateChanging Event

In This Topic
TransactionStateChanging Event
In This Topic
Occurs when the state of the transaction is changing.
Syntax
'Declaration
 
Public Event TransactionStateChanging As TransactionStateChangingEventHandler
 
Example
This sample demonstrates how to use the TransactionStateChanged and TransactionStateChanging events.
See Also