Sent when a TupleUpdated message is received from the LiveView server.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.2.0.0 (11.2.1.1)
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); }