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: 11.1.0.0 (11.1.0.8)

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