Chili.Opf3 Send comments on this topic.
OnInserted Method
See Also 
Chili.Opf3 Namespace > ObjectContext Class : OnInserted Method




e
EventArgs of the routine.
Invoked after an object is inserted into the storage.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnInserted( _
   ByVal e As ObjectPersistedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As ObjectContext
Dim e As ObjectPersistedEventArgs
 
instance.OnInserted(e)
C# 
protected virtual void OnInserted( 
   ObjectPersistedEventArgs e
)
Managed Extensions for C++ 
protected: virtual void OnInserted( 
   ObjectPersistedEventArgs* e
) 
C++/CLI 
protected:
virtual void OnInserted( 
   ObjectPersistedEventArgs^ e
) 

Parameters

e
EventArgs of the routine.

Requirements

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

See Also