Chili.Opf3 Send comments on this topic.
PersistentOperation Property
See Also 
Chili.Opf3 Namespace > RelationsNotificationEventArgs Class : PersistentOperation Property




Returns the current operation that is executed on the persistent object that holds the relation.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PersistentOperation As PersistentOperations
Visual Basic (Usage)Copy Code
Dim instance As RelationsNotificationEventArgs
Dim value As PersistentOperations
 
value = instance.PersistentOperation
C# 
public PersistentOperations PersistentOperation {get;}
Managed Extensions for C++ 
public: __property PersistentOperations get_PersistentOperation();
C++/CLI 
public:
property PersistentOperations PersistentOperation {
   PersistentOperations get();
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also