Type | Description | |||
Operation as LayoutChangingEnum | An LayoutChangingEnum expression that specifies whether an UI operation is started. |
The LayoutEndChanging event notifies once the user done any of these operations. You can use the NodeFromPoint property to get the node from the current position. The Background( exEditNodeBackColor)/Background( exEditNodeForeColor) property specifies the background/foreground color of the edit field being displayed on the node while editing.
Syntax for LayoutStartChanging event, /NET version, on:
private void LayoutStartChanging(object sender,exontrol.EXORGCHARTLib.LayoutChangingEnum Operation) { } Private Sub LayoutStartChanging(ByVal sender As System.Object,ByVal Operation As exontrol.EXORGCHARTLib.LayoutChangingEnum) Handles LayoutStartChanging End Sub |
private void LayoutStartChanging(object sender, AxEXORGCHARTLib._IChartViewEvents_LayoutStartChangingEvent e) { } void OnLayoutStartChanging(long Operation) { } void __fastcall LayoutStartChanging(TObject *Sender,Exorgchartlib_tlb::LayoutChangingEnum Operation) { } procedure LayoutStartChanging(ASender: TObject; Operation : LayoutChangingEnum); begin end; procedure LayoutStartChanging(sender: System.Object; e: AxEXORGCHARTLib._IChartViewEvents_LayoutStartChangingEvent); begin end; begin event LayoutStartChanging(long Operation) end event LayoutStartChanging Private Sub LayoutStartChanging(ByVal sender As System.Object, ByVal e As AxEXORGCHARTLib._IChartViewEvents_LayoutStartChangingEvent) Handles LayoutStartChanging End Sub Private Sub LayoutStartChanging(ByVal Operation As EXORGCHARTLibCtl.LayoutChangingEnum) End Sub Private Sub LayoutStartChanging(ByVal Operation As Long) End Sub LPARAMETERS Operation PROCEDURE OnLayoutStartChanging(oChartView,Operation) RETURN |
<SCRIPT EVENT="LayoutStartChanging(Operation)" LANGUAGE="JScript"> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> Function LayoutStartChanging(Operation) End Function </SCRIPT> Procedure OnComLayoutStartChanging OLELayoutChangingEnum llOperation Forward Send OnComLayoutStartChanging llOperation End_Procedure METHOD OCX_LayoutStartChanging(Operation) CLASS MainDialog RETURN NIL void onEvent_LayoutStartChanging(int _Operation) { } function LayoutStartChanging as v (Operation as OLE::Exontrol.ChartView.1::LayoutChangingEnum) end function function nativeObject_LayoutStartChanging(Operation) return |