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




EventArgs used in the IRelationsNotification interface.

Object Model


Syntax

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

Remarks

This EventArgs class is used by the IRelationsNotification interface to send additional event data. The data that is passed contains the ObjectContext of the current operation. The type of the current relationship (PersistRelationships) and the current operation on the persistent (PersistentOperations) that holds the relation.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Chili.Opf3.RelationsNotificationEventArgs

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