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

Instantiates class with specified new path.

Namespace:  AmCharts.Windows.QuickCharts
Assembly:  AmCharts.Windows.QuickCharts (in AmCharts.Windows.QuickCharts.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Parameters

newPath
Type: System..::.String

[Missing <param name="newPath"/> documentation for "M:AmCharts.Windows.QuickCharts.DataPathEventArgs.#ctor(System.String)"]

See Also