Chili.Opf3 Send comments on this topic.
OnFetchingStorageRecord Method
See Also 
Chili.Opf3 Namespace > Generic ObjectReader Class : OnFetchingStorageRecord Method




e
The event args for the event.
Invokes the FetchingStorageRecord event if somebody subscribed.

Syntax

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

Parameters

e
The event args for the event.

Requirements

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

See Also