Arguments to a TupleUpdated event.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.1.0.17852 (2.1.0.17852)
Syntax
| C# | Visual Basic | Visual C++ |
public class TupleUpdatedEventArgs : TupleEventArgs
Public Class TupleUpdatedEventArgs _ Inherits TupleEventArgs
public ref class TupleUpdatedEventArgs : public TupleEventArgs
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| ChangedFields |
The list of Schema..::..Fields that have changed as a result of applying this update.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Key |
The key of the Tuple that is the subject of this event.
(Inherited from TupleEventArgs.) | |
| OldTuple |
The old version of the Tuple.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| Tuple |
The Tuple that is the subject of this event.
(Inherited from TupleEventArgs.) |
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
StreamBase.LiveView.API..::..QueryEventArgs
StreamBase.LiveView.API..::..TupleEventArgs
StreamBase.LiveView.API..::..TupleUpdatedEventArgs
System..::..EventArgs
StreamBase.LiveView.API..::..QueryEventArgs
StreamBase.LiveView.API..::..TupleEventArgs
StreamBase.LiveView.API..::..TupleUpdatedEventArgs