Click or drag to resize

SwAddInExOnConnect Method

Overload to initialize the data. This method is called from ConnectToSW(Object, Int32) method when the add-in loads

Namespace:  CodeStack.SwEx.AddIn
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public virtual bool OnConnect()

Return Value

Type: Boolean
True if initialization is successful. Return false to stop loading the add-in (in this case add-in will be unchecked in the add-ins manager dialog)

Implements

ISwAddInExOnConnect
Remarks
See Also