event MouseLeave ()
Occurs when the mouse leaves the control.

TypeDescription

Use the MouseLeave event to notify your application that the mouse leaves the control's client area. Use the Leave event to notify your application that the mouse leaves the container's client area.

Syntax for MouseLeave event, /NET version, on:

private void MouseLeave(object sender)
{
}

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

Syntax for MouseLeave event, /COM version, on:

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

void OnMouseLeave()
{
}

void __fastcall MouseLeave(TObject *Sender)
{
}

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

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

begin event MouseLeave()
end event MouseLeave

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

Private Sub MouseLeave()
End Sub

Private Sub MouseLeave()
End Sub

LPARAMETERS nop

PROCEDURE OnMouseLeave(oDialog)
RETURN

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

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

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

Procedure OnComMouseLeave 
	Forward Send OnComMouseLeave 
End_Procedure

METHOD OCX_MouseLeave() CLASS MainDialog
RETURN NIL

void onEvent_MouseLeave()
{
}

function MouseLeave as v ()
end function

function nativeObject_MouseLeave()
return