See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Designer.VSAddIn
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Designer.VSAddIn
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
C# |
---|
public void OnConnection( Object Application, ext_ConnectMode ConnectMode, Object AddInInst, ref Array custom ) |
Visual Basic |
---|
Public Sub OnConnection ( Application As Object, ConnectMode As ext_ConnectMode, AddInInst As Object, ByRef custom As Array ) |
Visual C++ |
---|
public: virtual void OnConnection( Object^ Application, ext_ConnectMode ConnectMode, Object^ AddInInst, Array^% custom ) sealed |
Parameters
- Application
- Type: System..::..Object
- ConnectMode
- Type: ext_ConnectMode
- AddInInst
- Type: System..::..Object
- custom
- Type: System..::..Array%