Initializes a new instance of the InteractionEventArgs class.

C# | Visual Basic | Visual C++ |
public InteractionEventArgs( IEnvelope<IInteraction> interaction )
Public Sub New ( _ interaction As IEnvelope(Of IInteraction) _ )
public: InteractionEventArgs( IEnvelope<IInteraction^>^ interaction )

- interaction (IEnvelope<(Of <(IInteraction>)>))
- The interaction envelope.