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




EventArgs used in the PersistentTypeSelector delegate and events using the PersistentTypeSelector delegate.

Syntax

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

Remarks

This EventArgs class is used in the PersistentTypeSelector delegate and events using the PersistentTypeSelector delegate. Some examples for the usage of this class are: FetchingStorageRecord of the ObjectReader, FetchingStorageRecord of the ObjectSet, FetchingStorageRecord of the ObjectSetHolder and FetchingStorageRecord of the ObjectHolder class.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Chili.Opf3.FetchingStorageRecordEventArgs

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