CommonFileDialogFolderChangeEventArgs Constructor

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Creates a new instance of this class.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public CommonFileDialogFolderChangeEventArgs(
	string folder
)
Visual Basic (Declaration)
Public Sub New ( _
	folder As String _
)
Visual C++
public:
CommonFileDialogFolderChangeEventArgs(
	String^ folder
)

Parameters

folder
Type: System..::.String
The name of the folder.

See Also