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