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




EventArgs used in the IObjectNotification interface.

Object Model




Syntax

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

Remarks

This EventArgs class is used by the IObjectNotification interface to send additional event data. The data that is passed contains the ObjectContext of the current operation. The ObjectInfo object that contains information about the state of the object and the IQuery itself. The IQuery can be null if the object is loaded from the storage.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Chili.Opf3.ObjectNotificationEventArgs

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