| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class ObjectNotificationEventArgs Inherits EventArgs | |
| Visual Basic (Usage) | |
|---|---|
| |
| 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 | |
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.
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)