Sent when a TupleAdded message is received from the LiveView server.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public event EventHandler<TupleAddedEventArgs> TupleAdded
Public Event TupleAdded As EventHandler(Of TupleAddedEventArgs)
public:
 event EventHandler<TupleAddedEventArgs^>^ TupleAdded {
	void add (EventHandler<TupleAddedEventArgs^>^ value);
	void remove (EventHandler<TupleAddedEventArgs^>^ value);
}

See Also