Chili.Opf3 Send comments on this topic.
ObjectPersistingEventArgs Class
See Also  Members  
Chili.Opf3 Namespace : ObjectPersistingEventArgs Class




EventArgs used in the ObjectContext events that are invoked before the persist process of an object.

Object Model



Syntax

Visual Basic (Declaration) 
Public NotInheritable Class ObjectPersistingEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As ObjectPersistingEventArgs
C# 
public sealed class ObjectPersistingEventArgs : EventArgs 
Managed Extensions for C++ 
public __gc __sealed class ObjectPersistingEventArgs : public EventArgs 
C++/CLI 
public ref class ObjectPersistingEventArgs sealed : public EventArgs 

Remarks

This class is used by the ObjectContext in events that are invoked before the persist process of an object to send additional event data. The data contains the ObjectInfo object that contains further information about the state of the object, the object itself and the IQuery object that represents the query of the current operation.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Chili.Opf3.ObjectPersistingEventArgs

Requirements

Namespace: Chili.Opf3

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also