Occurs when the interaction event is dispatched.

C# | Visual Basic | Visual C++ |
event EventHandler<InteractionEventArgs> InteractionEvent
Event InteractionEvent As EventHandler(Of InteractionEventArgs)
event EventHandler<InteractionEventArgs^>^ InteractionEvent { void add (EventHandler<InteractionEventArgs^>^ value); void remove (EventHandler<InteractionEventArgs^>^ value); }