Chili.Opf3 Send comments on this topic.
OnAfterMarkDeleted Method
See Also 
Chili.Opf3 Namespace > IObjectNotification Interface : OnAfterMarkDeleted Method




e
Contains information about the state of the persistent object and the ObjectContext of the current operation.
Invoked by the framework after the object has been marked deleted.

Syntax

Visual Basic (Declaration) 
Overridable Sub OnAfterMarkDeleted( _
   ByVal e As ObjectNotificationEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As IObjectNotification
Dim e As ObjectNotificationEventArgs
 
instance.OnAfterMarkDeleted(e)
C# 
virtual void OnAfterMarkDeleted( 
   ObjectNotificationEventArgs e
)
Managed Extensions for C++ 
virtual void OnAfterMarkDeleted( 
   ObjectNotificationEventArgs* e
) 
C++/CLI 
virtual void OnAfterMarkDeleted( 
   ObjectNotificationEventArgs^ e
) 

Parameters

e
Contains information about the state of the persistent object and the ObjectContext of the current operation.

Requirements

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

See Also