Arguments to a BeginSnapshot event.

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

Syntax

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

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Equals(Object) (Inherited from Object.)
Fields
The list of Schema..::..Field objects that will be used in this query.
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
ToString()()()() (Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    StreamBase.LiveView.API..::..QueryEventArgs
      StreamBase.LiveView.API..::..BeginSnapshotEventArgs

See Also