Share via


IMsTscAxEvents::OnConnecting

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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