event CheckItem (Itm as Item)
Occurs when the user checks the item.

TypeDescription
Itm as Item An Item object being checked.
The CheckItem event notifies your application once the user checks the item ( the item displays a check-box or a radio-button). 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 UncheckItem event notifies your application once an item is unchecked. 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 CheckItem event, /NET version, on:

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

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

Syntax for CheckItem event, /COM version, on:

private void CheckItem(object sender, AxEXCONTEXTMENULib._IExContextMenuEvents_CheckItemEvent e)
{
}

void OnCheckItem(LPDISPATCH Itm)
{
}

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

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

procedure CheckItem(sender: System.Object; e: AxEXCONTEXTMENULib._IExContextMenuEvents_CheckItemEvent);
begin
end;

begin event CheckItem(oleobject Itm)
end event CheckItem

Private Sub CheckItem(ByVal sender As System.Object, ByVal e As AxEXCONTEXTMENULib._IExContextMenuEvents_CheckItemEvent) Handles CheckItem
End Sub

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

Private Sub CheckItem(ByVal Itm As Object)
End Sub

LPARAMETERS Itm

PROCEDURE OnCheckItem(oExContextMenu,Itm)
RETURN

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

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

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

Procedure OnComCheckItem Variant llItm
	Forward Send OnComCheckItem llItm
End_Procedure

METHOD OCX_CheckItem(Itm) CLASS MainDialog
RETURN NIL

void onEvent_CheckItem(COM _Itm)
{
}

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

function nativeObject_CheckItem(Itm)
return