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




EventArgs used by the AddingPersistent event of the SimpleCacheManager Class.

Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
      Chili.Opf3.Caching.AddingPersistentEventArgs

Requirements

Namespace: Chili.Opf3.Caching

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