Arguments to a TupleRemoved event.
Note that for events of this type, the Tuple property
will be null.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.2.0.0 (11.2.0.1)
Syntax
| C# | Visual Basic | Visual C++ |
public class TupleRemovedEventArgs : TupleEventArgs
Public Class TupleRemovedEventArgs _ Inherits TupleEventArgs
public ref class TupleRemovedEventArgs : public TupleEventArgs
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| Key |
The key of the Tuple that is the subject of this event.
(Inherited from TupleEventArgs.) | |
| ToString()()()() | (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..::..TupleRemovedEventArgs
System..::..EventArgs
StreamBase.LiveView.API..::..QueryEventArgs
StreamBase.LiveView.API..::..TupleEventArgs
StreamBase.LiveView.API..::..TupleRemovedEventArgs