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

Represents arguments for event raised when Path related properties change.

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 class DataPathEventArgs : EventArgs
Visual Basic (Declaration)
Public Class DataPathEventArgs _
	Inherits EventArgs
Visual C++
public ref class DataPathEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    AmCharts.Windows.QuickCharts..::.DataPathEventArgs

See Also