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