Chili.Opf3 Send comments on this topic.
CurrentOperation Property
See Also 
Chili.Opf3 Namespace > ObjectNotificationEventArgs Class : CurrentOperation Property




Returns the current PersistentOperation that is executed on the persistent object.

Syntax

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

Requirements

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

See Also