An NDoc Documented Class Library

Connect.OnConnection Method 

Implements the OnConnection method of the IDTExtensibility2 interface. Receives notification that the RemoteCalendars is being loaded.

public void OnConnection(
   object application,
   ext_ConnectMode connectMode,
   object addInInst,
   ref Array custom
);

Parameters

application
connectMode
addInInst
custom

Implements

IDTExtensibility2.OnConnection

See Also

Connect Class | RemoteCalendars Namespace |