event SplitterChange ()
Occurs when the user splits the control.

TypeDescription
Use the SplitterChange event to notify your application that user splits the control. The SplitterChange event is Use the SplitPaneWidth and SplitPaneHeight properties to control the size of the panes inside the edit control. The AllowSplitter property shows or hides the splitters in the edit control. Use the FocusPane property to specify the pane that has the focus. Use the SplitPaneWidth property to horizontally split the control. Use the SplitPaneHeight property to vertically split the control.

 

Syntax for SplitterChange event, /NET version, on:

private void SplitterChange(object sender)
{
}

Private Sub SplitterChange(ByVal sender As System.Object) Handles SplitterChange
End Sub

Syntax for SplitterChange event, /COM version, on:

private void SplitterChange(object sender, EventArgs e)
{
}

void OnSplitterChange()
{
}

void __fastcall SplitterChange(TObject *Sender)
{
}

procedure SplitterChange(ASender: TObject; );
begin
end;

procedure SplitterChange(sender: System.Object; e: System.EventArgs);
begin
end;

begin event SplitterChange()
end event SplitterChange

Private Sub SplitterChange(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SplitterChange
End Sub

Private Sub SplitterChange()
End Sub

Private Sub SplitterChange()
End Sub

LPARAMETERS nop

PROCEDURE OnSplitterChange(oEdit)
RETURN

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

<SCRIPT EVENT="SplitterChange()" LANGUAGE="JScript">
</SCRIPT>

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

Procedure OnComSplitterChange 
	Forward Send OnComSplitterChange 
End_Procedure

METHOD OCX_SplitterChange() CLASS MainDialog
RETURN NIL

void onEvent_SplitterChange()
{
}

function SplitterChange as v ()
end function

function nativeObject_SplitterChange()
return