'Declaration Public Delegate Sub TransactionStateChangingEventHandler( _ ByVal sender As Object, _ ByVal e As TransactionStateChangingEventArgs _ )
public delegate void TransactionStateChangingEventHandler( object sender, TransactionStateChangingEventArgs e )
Parameters
- sender
- The source of the event.
- e
- The TransactionStateChangingEventArgs object that contains the event data.