• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try NCache Live
Show / Hide Table of Contents

Class EventArg

Parent of CQEventArg and CacheEventArg Contains the necessary information related to the event being raised

Inheritance
System.Object
EventArg
CacheEventArg
CQEventArg
Namespace:
Assembly: Alachisoft.NCache.Client.dll
Syntax
public abstract class EventArg : object

Properties

Name Description
CacheName

Name of the cache the event is raised against

EventType

Event Type the event is raised against

Item

Contains the item if the event was registered against Metadata or DataWithMetadata

OldItem

Only applicable for ItemUpdated Otherwise it will be null

Back to top Copyright © 2017 Alachisoft