[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Arguments for Db4objects.Db4o.Query.IQuery related events.

Namespace: Db4objects.Db4o.Events
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Public Class QueryEventArgs _
	Inherits ObjectEventArgs
C#
public class QueryEventArgs : ObjectEventArgs
Visual C++
public ref class QueryEventArgs : public ObjectEventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Db4objects.Db4o.Events.ObjectEventArgs
      Db4objects.Db4o.Events.QueryEventArgs

See Also