event AddPool (Pool as Pool)
A new pool has been added to the surface.

TypeDescription
Pool as Pool An Pool object being added to the Pools collection.
The AddPool event notifies your application once a new pool has been added to the Pools collection. The Add method adds a new pool to the Pools collection. The CreatePool event notifies your application when the user creates at runtime the pool on the surface. You can use the AddPool event to change properties of the added pool to default values or to associate any extra data to the added pool.

The order of the events when the user creates the pool at runtime is:

The AddPool event may be called during the LoadXML method.

Syntax for AddPool event, /NET version, on:

private void AddPool(object sender,exontrol.EXSWIMLANELib.Pool Pool)
{
}

Private Sub AddPool(ByVal sender As System.Object,ByVal Pool As exontrol.EXSWIMLANELib.Pool) Handles AddPool
End Sub

Syntax for AddPool event, /COM version, on:

private void AddPool(object sender, AxEXSWIMLANELib._ISwimLaneEvents_AddPoolEvent e)
{
}

void OnAddPool(LPDISPATCH Pool)
{
}

void __fastcall AddPool(TObject *Sender,Exswimlanelib_tlb::IPool *Pool)
{
}

procedure AddPool(ASender: TObject; Pool : IPool);
begin
end;

procedure AddPool(sender: System.Object; e: AxEXSWIMLANELib._ISwimLaneEvents_AddPoolEvent);
begin
end;

begin event AddPool(oleobject Pool)
end event AddPool

Private Sub AddPool(ByVal sender As System.Object, ByVal e As AxEXSWIMLANELib._ISwimLaneEvents_AddPoolEvent) Handles AddPool
End Sub

Private Sub AddPool(ByVal Pool As EXSWIMLANELibCtl.IPool)
End Sub

Private Sub AddPool(ByVal Pool As Object)
End Sub

LPARAMETERS Pool

PROCEDURE OnAddPool(oSwimLane,Pool)
RETURN

Syntax for AddPool event, /COM version (others), on:

<SCRIPT EVENT="AddPool(Pool)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function AddPool(Pool)
End Function
</SCRIPT>

Procedure OnComAddPool Variant llPool
	Forward Send OnComAddPool llPool
End_Procedure

METHOD OCX_AddPool(Pool) CLASS MainDialog
RETURN NIL

void onEvent_AddPool(COM _Pool)
{
}

function AddPool as v (Pool as OLE::Exontrol.SwimLane.1::IPool)
end function

function nativeObject_AddPool(Pool)
return