event EditChange (Itm as Item)
Occurs when the user alters the item's text box field.

TypeDescription
Itm as Item An Item object that contains a text-box inside.
The EditChange event notifies your application once the user alters the item's text-box caption. The EditCaption property specifies the caption of the text-box being altered. Use the AllowEdit property to add a text-box inside the item, so the user can type any characters inside. The EditWidth property specifies the width of the text-box inside the item. The EditBorder property specifies the border to be shown around the item's text box. You can use the Get method to collect all items of Edit type. In C++ or VFP, you can use the Notifier to get notified through the WM_COMMAND message.

Syntax for EditChange event, /NET version, on:

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

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

Syntax for EditChange event, /COM version, on:

private void EditChange(object sender, AxEXCONTEXTMENULib._IExContextMenuEvents_EditChangeEvent e)
{
}

void OnEditChange(LPDISPATCH Itm)
{
}

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

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

procedure EditChange(sender: System.Object; e: AxEXCONTEXTMENULib._IExContextMenuEvents_EditChangeEvent);
begin
end;

begin event EditChange(oleobject Itm)
end event EditChange

Private Sub EditChange(ByVal sender As System.Object, ByVal e As AxEXCONTEXTMENULib._IExContextMenuEvents_EditChangeEvent) Handles EditChange
End Sub

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

Private Sub EditChange(ByVal Itm As Object)
End Sub

LPARAMETERS Itm

PROCEDURE OnEditChange(oExContextMenu,Itm)
RETURN

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

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

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

Procedure OnComEditChange Variant llItm
	Forward Send OnComEditChange llItm
End_Procedure

METHOD OCX_EditChange(Itm) CLASS MainDialog
RETURN NIL

void onEvent_EditChange(COM _Itm)
{
}

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

function nativeObject_EditChange(Itm)
return