JavaScript function which will be called when user clicks on this menu. You can pass variables, for example: alert('something')

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string JavaScriptFunctionName { get; set; }
Visual Basic (Declaration)
Public Property JavaScriptFunctionName As String
Visual C++
public:
property String^ JavaScriptFunctionName {
	String^ get ();
	void set (String^ value);
}

See Also