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




e
The EventArgs for the event.
Invokes the event that is fired before an object has been loaded from the storage.

Syntax

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

Parameters

e
The EventArgs for the event.

Requirements

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

See Also