Share via


IMsTscAxEvents::OnConnecting (Windows Embedded CE 6.0)

1/6/2010

This method is called when the client control begins connecting to a server in response to a call to the IMsTscAx::Connect method.

Syntax

VOID OnConnecting();

Parameters

None.

Return Value

None.

Remarks

Implement this method in your event sink to receive notification that the control has begun connecting.

Requirements

Header discodlg.h, mstsax.idl
Library Mstsax.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IMsTscAxEvents