IDirectoryCacheCacheChanged Event |
Raised on a background after the cache has been modified in some way. It is not raised if the content of
the cache did not change.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler CacheChanged
Event CacheChanged As EventHandler
event EventHandler^ CacheChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract CacheChanged : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also