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: 10.2.0.0 (10.2.1.14000)