Type | Description | |||
Operation as ViewItemStateEnum | A ViewItemStateEnum expression that specifies the item operation that ends. | |||
Item as HITEM | A Long expression that specifies the handle of the item where the operation occurs. The View property specifies the view where the event occurs. The Items property of the View object gives access to the items collection of the view. | |||
ColIndex as Long | A Long expression that specifies the index of the column, where the operation occurs. The View property specifies the view where the event occurs. The Colums property of the View object gives access to the view's Columns collection. For instance, if the cell's check-box state is changing the ColIndex parameter specifies index of the column where check-box has been clicked. |
Syntax for ViewItemStateEndChanging event, /NET version, on:
private void ViewItemStateEndChanging(object sender,exontrol.EXCASCADETREELib.ViewItemStateEnum Operation,int Item,int ColIndex) { } Private Sub ViewItemStateEndChanging(ByVal sender As System.Object,ByVal Operation As exontrol.EXCASCADETREELib.ViewItemStateEnum,ByVal Item As Integer,ByVal ColIndex As Integer) Handles ViewItemStateEndChanging End Sub |
private void ViewItemStateEndChanging(object sender, AxEXCASCADETREELib._ICascadeTreeEvents_ViewItemStateEndChangingEvent e) { } void OnViewItemStateEndChanging(long Operation,long Item,long ColIndex) { } void __fastcall ViewItemStateEndChanging(TObject *Sender,Excascadetreelib_tlb::ViewItemStateEnum Operation,Excascadetreelib_tlb::HITEM Item,long ColIndex) { } procedure ViewItemStateEndChanging(ASender: TObject; Operation : ViewItemStateEnum;Item : HITEM;ColIndex : Integer); begin end; procedure ViewItemStateEndChanging(sender: System.Object; e: AxEXCASCADETREELib._ICascadeTreeEvents_ViewItemStateEndChangingEvent); begin end; begin event ViewItemStateEndChanging(long Operation,long Item,long ColIndex) end event ViewItemStateEndChanging Private Sub ViewItemStateEndChanging(ByVal sender As System.Object, ByVal e As AxEXCASCADETREELib._ICascadeTreeEvents_ViewItemStateEndChangingEvent) Handles ViewItemStateEndChanging End Sub Private Sub ViewItemStateEndChanging(ByVal Operation As EXCASCADETREELibCtl.ViewItemStateEnum,ByVal Item As EXCASCADETREELibCtl.HITEM,ByVal ColIndex As Long) End Sub Private Sub ViewItemStateEndChanging(ByVal Operation As Long,ByVal Item As Long,ByVal ColIndex As Long) End Sub LPARAMETERS Operation,Item,ColIndex PROCEDURE OnViewItemStateEndChanging(oCascadeTree,Operation,Item,ColIndex) RETURN |
<SCRIPT EVENT="ViewItemStateEndChanging(Operation,Item,ColIndex)" LANGUAGE="JScript"> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> Function ViewItemStateEndChanging(Operation,Item,ColIndex) End Function </SCRIPT> Procedure OnComViewItemStateEndChanging OLEViewItemStateEnum llOperation HITEM llItem Integer llColIndex Forward Send OnComViewItemStateEndChanging llOperation llItem llColIndex End_Procedure METHOD OCX_ViewItemStateEndChanging(Operation,Item,ColIndex) CLASS MainDialog RETURN NIL void onEvent_ViewItemStateEndChanging(int _Operation,int _Item,int _ColIndex) { } function ViewItemStateEndChanging as v (Operation as OLE::Exontrol.CascadeTree.1::ViewItemStateEnum,Item as OLE::Exontrol.CascadeTree.1::HITEM,ColIndex as N) end function function nativeObject_ViewItemStateEndChanging(Operation,Item,ColIndex) return |