Base class for all LiveView tuple events.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class TupleEventArgs : QueryEventArgs
Public Class TupleEventArgs _
	Inherits QueryEventArgs
public ref class TupleEventArgs : public QueryEventArgs

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current 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.
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Tuple
The Tuple that is the subject of this event.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    StreamBase.LiveView.API..::..QueryEventArgs
      StreamBase.LiveView.API..::..TupleEventArgs
        StreamBase.LiveView.API..::..TupleAddedEventArgs
        StreamBase.LiveView.API..::..TupleRemovedEventArgs
        StreamBase.LiveView.API..::..TupleUpdatedEventArgs

See Also