event UncheckItem (Itm as Item)
Occurs when the user unchecks the item.

TypeDescription
Itm as Item An Item object being un-checked.
The UncheckItem event notifies your application once an item is unchecked ( the item displays a check-box or a radio-button). The CheckItem event notifies your application once the user checks the item. You can use this event to update your object once the user checks an item. The user can check or uncheck the item by clicking or pressing the SPACE key while the item is selected/highlighted. The Check property indicates whether the Item has associated a check box. The Checked property specifies whether the item is checked or unchecked. Use the Radio property to display a radio-button on the item. In C++ or VFP, you can use the Notifier to get notified through the WM_COMMAND message.

Syntax for UncheckItem event, /NET version, on:

private void UncheckItem(object sender,exontrol.EXCONTEXTMENULib.item Itm)
{
}

Private Sub UncheckItem(ByVal sender As System.Object,ByVal Itm As exontrol.EXCONTEXTMENULib.item) Handles UncheckItem
End Sub

Syntax for UncheckItem event, /COM version, on:

private void UncheckItem(object sender, AxEXCONTEXTMENULib._IExContextMenuEvents_UncheckItemEvent e)
{
}

void OnUncheckItem(LPDISPATCH Itm)
{
}

void __fastcall UncheckItem(TObject *Sender,Excontextmenulib_tlb::IItem *Itm)
{
}

procedure UncheckItem(ASender: TObject; Itm : IItem);
begin
end;

procedure UncheckItem(sender: System.Object; e: AxEXCONTEXTMENULib._IExContextMenuEvents_UncheckItemEvent);
begin
end;

begin event UncheckItem(oleobject Itm)
end event UncheckItem

Private Sub UncheckItem(ByVal sender As System.Object, ByVal e As AxEXCONTEXTMENULib._IExContextMenuEvents_UncheckItemEvent) Handles UncheckItem
End Sub

Private Sub UncheckItem(ByVal Itm As EXCONTEXTMENULibCtl.IItem)
End Sub

Private Sub UncheckItem(ByVal Itm As Object)
End Sub

LPARAMETERS Itm

PROCEDURE OnUncheckItem(oExContextMenu,Itm)
RETURN

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

<SCRIPT EVENT="UncheckItem(Itm)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function UncheckItem(Itm)
End Function
</SCRIPT>

Procedure OnComUncheckItem Variant llItm
	Forward Send OnComUncheckItem llItm
End_Procedure

METHOD OCX_UncheckItem(Itm) CLASS MainDialog
RETURN NIL

void onEvent_UncheckItem(COM _Itm)
{
}

function UncheckItem as v (Itm as OLE::Exontrol.ContextMenu.1::IItem)
end function

function nativeObject_UncheckItem(Itm)
return