GigaSpaces XAP.NET Documentation
ProcessingUnitAdded Event
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitIProcessingUnitsProcessingUnitAdded
Occurs when a IProcessingUnit is added.
Declaration Syntax
C#Visual BasicVisual C++J#
event EventHandler<ProcessingUnitAddedEventArgs> ProcessingUnitAdded
Event ProcessingUnitAdded As EventHandler(Of ProcessingUnitAddedEventArgs)
 event EventHandler<ProcessingUnitAddedEventArgs^>^ ProcessingUnitAdded {
	void add (EventHandler<ProcessingUnitAddedEventArgs^>^ value);
	void remove (EventHandler<ProcessingUnitAddedEventArgs^>^ value);
}
/** @event */
void add_ProcessingUnitAdded (EventHandler<ProcessingUnitAddedEventArgs> value)
/** @event */
void remove_ProcessingUnitAdded (EventHandler<ProcessingUnitAddedEventArgs> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)