WizardPageCollectionArgs Constructor(WizardPage,NotifyCollectionChangedAction)
See Also 
SourceCode.Workflow.WizardFramework Namespace > WizardPageCollectionArgs Class > WizardPageCollectionArgs Constructor : WizardPageCollectionArgs Constructor(WizardPage,NotifyCollectionChangedAction)



page
action

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal page As WizardPage, _
   ByVal action As NotifyCollectionChangedAction _
)
Visual Basic (Usage) Copy Code
Dim page As WizardPage
Dim action As NotifyCollectionChangedAction
 
Dim instance As New WizardPageCollectionArgs(page, action)
C#  
public WizardPageCollectionArgs( 
   WizardPage page,
   NotifyCollectionChangedAction action
)
C++/CLI  
public:
WizardPageCollectionArgs( 
   WizardPage^ page,
   NotifyCollectionChangedAction action
)

Parameters

page
action

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also