

| Type | Description | |||
| Pool as Pool | An Pool object that specifies the pool being removed from the Pools collection. | 
		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  | 
		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  | 
		<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  |