event ViewItemStateEndChanging (Operation as ViewItemStateEnum, Item as HITEM, ColIndex as Long)
Indicates that the state of the item has been changed.

TypeDescription
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.
The ViewItemStateStartChanging / ViewItemStateEndChanging notifies your application that an item expanded or activated / selected, or when a check box has been clicked / changed.  The View property specifies the view where the event occurs. The ViewFromPoint property retrieves the view from the point. The ViewItemFromPoint property retrieves the view and item from the point. The ViewColumnFromPoint property retrieves the view and column from the point. The ColumnFromPoint property retrieves the column from the point. 

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

Syntax for ViewItemStateEndChanging event, /COM version, on:

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

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

<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