Sent when a TupleUpdated 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<TupleUpdatedEventArgs> TupleUpdated
Public Event TupleUpdated As EventHandler(Of TupleUpdatedEventArgs)
public:
 event EventHandler<TupleUpdatedEventArgs^>^ TupleUpdated {
	void add (EventHandler<TupleUpdatedEventArgs^>^ value);
	void remove (EventHandler<TupleUpdatedEventArgs^>^ value);
}

See Also