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