Subject Re: [IBO] Active Transaction have any writes?
Author Jason Wharton
> Are there any events that occur when either of these changes values?

You can hook into the TransactionStatusChanged event (sp?) and it will
change between Active and ActivePending. Active means there is something
posted/executed that needs a commit.

Jason Wharton