event RemovePool (Pool as Pool)
A pool has been removed from the surface.

TypeDescription
Pool as Pool An Pool object that specifies the pool being removed from the Pools collection.
The RemovePool event occurs once the pool has been removed from the Pools collection. Use the RemovePool event to release any extra data associated with the pool.  Use the Remove method to remove a specific pool from the Pools collection. Use the Clear method to remove all pools from the surface. Removing and pool removes the incoming and outgoing links as well.

Syntax for RemovePool event, /NET version, on:

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

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

Syntax for RemovePool event, /COM version, on:

private void RemovePool(object sender, AxEXSWIMLANELib._ISwimLaneEvents_RemovePoolEvent e)
{
}

void OnRemovePool(LPDISPATCH Pool)
{
}

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

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

procedure RemovePool(sender: System.Object; e: AxEXSWIMLANELib._ISwimLaneEvents_RemovePoolEvent);
begin
end;

begin event RemovePool(oleobject Pool)
end event RemovePool

Private Sub RemovePool(ByVal sender As System.Object, ByVal e As AxEXSWIMLANELib._ISwimLaneEvents_RemovePoolEvent) Handles RemovePool
End Sub

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

Private Sub RemovePool(ByVal Pool As Object)
End Sub

LPARAMETERS Pool

PROCEDURE OnRemovePool(oSwimLane,Pool)
RETURN

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

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

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

Procedure OnComRemovePool Variant llPool
	Forward Send OnComRemovePool llPool
End_Procedure

METHOD OCX_RemovePool(Pool) CLASS MainDialog
RETURN NIL

void onEvent_RemovePool(COM _Pool)
{
}

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

function nativeObject_RemovePool(Pool)
return