GigaSpaces XAP.NET Documentation
ZoneAdded Event
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ZonesIZonesZoneAdded
Occurs when a IZone is added.
Declaration Syntax
C#Visual BasicVisual C++J#
Event ZoneAdded As EventHandler(Of ZoneAddedEventArgs)
 event EventHandler<ZoneAddedEventArgs^>^ ZoneAdded {
	void add (EventHandler<ZoneAddedEventArgs^>^ value);
	void remove (EventHandler<ZoneAddedEventArgs^>^ value);
}
/** @event */
void add_ZoneAdded (EventHandler<ZoneAddedEventArgs> value)
/** @event */
void remove_ZoneAdded (EventHandler<ZoneAddedEventArgs> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)