Click or drag to resize

McSCalibrationOnConnection Method

Namespace:  MediaCy.Addins.SCalibration
Assembly:  MediaCy.Addins.SCalibration (in MediaCy.Addins.SCalibration.dll) Version: 3.1.0.0
Syntax
VB
Public Sub OnConnection ( 
	Application As Object,
	ConnectMode As ext_ConnectMode,
	AddInInst As Object,
	ByRef custom As Array
)

Parameters

Application
Type: SystemObject
ConnectMode
Type: ext_ConnectMode
AddInInst
Type: SystemObject
custom
Type: SystemArray

Implements

IDTExtensibility2.OnConnection(Object, ext_ConnectMode, Object, Array)
See Also