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




EventArgs used in the ObjectContext event that is invoked after marking an object for deletion.

Syntax

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

Remarks

This class is used by the ObjectContext in the event that is invoked after the mark for deletion of an object to send additional event data. The data contains the object that is marked for deletion.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Chili.Opf3.MarkForDeletionEventArgs

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