| 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()
Public Overridable Function OnConnect As Boolean
public:
virtual bool OnConnect()
Return Value
Type:
BooleanTrue 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
ISwAddInExOnConnectRemarks See Also