See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.VisualStudioWizards
Assembly: NTier.VisualStudioWizards (in NTier.VisualStudioWizards.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.VisualStudioWizards
Assembly: NTier.VisualStudioWizards (in NTier.VisualStudioWizards.dll) Version: 1.0.0.0
Syntax
C# |
---|
public void RunStarted( Object automationObject, Dictionary<string, string> replacementsDictionary, WizardRunKind runKind, Object[] customParams ) |
Visual Basic |
---|
Public Sub RunStarted ( automationObject As Object, replacementsDictionary As Dictionary(Of String, String), runKind As WizardRunKind, customParams As Object() ) |
Visual C++ |
---|
public: virtual void RunStarted( Object^ automationObject, Dictionary<String^, String^>^ replacementsDictionary, WizardRunKind runKind, array<Object^>^ customParams ) sealed |
Parameters
- automationObject
- Type: System..::..Object
- replacementsDictionary
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
- runKind
- Type: WizardRunKind
- customParams
- Type: array<System..::..Object>[]()[][]