Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal pages As List(Of WizardPage), _ ByVal action As NotifyCollectionChangedAction _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim pages As List(Of WizardPage) Dim action As NotifyCollectionChangedAction Dim instance As New WizardPageCollectionArgs(pages, action) |
C# | |
---|---|
public WizardPageCollectionArgs( List<WizardPage> pages, NotifyCollectionChangedAction action ) |
C++/CLI | |
---|---|
public: WizardPageCollectionArgs( List<WizardPage^>^ pages, NotifyCollectionChangedAction action ) |
Parameters
- pages
- action
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