MonobjcMonobjc Documented Class Library
CacheWillEvictObject Event
NamespacesMonobjc.FoundationNSCache..::..NSCacheDelegateEventDispatcherCacheWillEvictObject

Called when an object is about to be evicted or removed from the cache.

Original signature is '- (void)cache:(NSCache *)cache willEvictObject:(id)obj'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public event NSCache..::..CacheWillEvictObjectEventHandler CacheWillEvictObject
Public Event CacheWillEvictObject As NSCache..::..CacheWillEvictObjectEventHandler
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)