ItemProcessedEventArgs Class

May be used to report information when a Global Dictionary update occurs. Set up as either sender or receiver. When used in shared mode, sends or receives to/from GlobalDictionary instance and other objects.

method void ItemChanged_Updated elsystem.Object sender elsystem.collections.ItemProcessedEventArgs args);   //sender, args are input parameters.

once myGlobal =  elsystem.collections.GlobalDictionary.Create(true, "myName");      // true indicated shared; myName is shared name.

myGlobal.ItemChanged =+ ItemChanged_Updated;    // associates ItemChanged_Updated with myGlobal

Namespace: elsystem.collections

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Action object Gets the reason for the update.  See ItemProcessedAction for a list.
Public property Key

string

Gets the reference to the dictionary element that was updated.
Public property Value object Gets the value of the updated element.
Methods
Inheritance Hierarchy