event RemoveItem (Group as Group, Item as HITEM)
Occurs before deleting an Item.

TypeDescription
Group as Group A Group object where the item is removed
Item as HITEM A long expression that indicates the handle of the item being removed.
Use the RemoveItem to release any extra data that you might have used. The control fires the RemoveItem event before removing the item. Use the RemoveItem method to remove an item from Items collection.

Syntax for RemoveItem event, /NET version, on:

private void RemoveItem(object sender,exontrol.EXPLORERTREELib.Group Group,int Item)
{
}

Private Sub RemoveItem(ByVal sender As System.Object,ByVal Group As exontrol.EXPLORERTREELib.Group,ByVal Item As Integer) Handles RemoveItem
End Sub

Syntax for RemoveItem event, /COM version, on:

private void RemoveItem(object sender, AxEXPLORERTREELib._IExplorerTreeEvents_RemoveItemEvent e)
{
}

void OnRemoveItem(LPDISPATCH Group,long Item)
{
}

void __fastcall RemoveItem(TObject *Sender,Explorertreelib_tlb::IGroup *Group,Explorertreelib_tlb::HITEM Item)
{
}

procedure RemoveItem(ASender: TObject; Group : IGroup;Item : HITEM);
begin
end;

procedure RemoveItem(sender: System.Object; e: AxEXPLORERTREELib._IExplorerTreeEvents_RemoveItemEvent);
begin
end;

begin event RemoveItem(oleobject Group,long Item)
end event RemoveItem

Private Sub RemoveItem(ByVal sender As System.Object, ByVal e As AxEXPLORERTREELib._IExplorerTreeEvents_RemoveItemEvent) Handles RemoveItem
End Sub

Private Sub RemoveItem(ByVal Group As EXPLORERTREELibCtl.IGroup,ByVal Item As EXPLORERTREELibCtl.HITEM)
End Sub

Private Sub RemoveItem(ByVal Group As Object,ByVal Item As Long)
End Sub

LPARAMETERS Group,Item

PROCEDURE OnRemoveItem(oExplorerTree,Group,Item)
RETURN

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

<SCRIPT EVENT="RemoveItem(Group,Item)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function RemoveItem(Group,Item)
End Function
</SCRIPT>

Procedure OnComRemoveItem Variant llGroup HITEM llItem
	Forward Send OnComRemoveItem llGroup llItem
End_Procedure

METHOD OCX_RemoveItem(Group,Item) CLASS MainDialog
RETURN NIL

void onEvent_RemoveItem(COM _Group,int _Item)
{
}

function RemoveItem as v (Group as OLE::Exontrol.ExplorerTree.1::IGroup,Item as OLE::Exontrol.ExplorerTree.1::HITEM)
end function

function nativeObject_RemoveItem(Group,Item)
return