Dundas Chart for ASP.NET
GetCallbackMethodReference Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartCallbackManager Class : GetCallbackMethodReference Method


command
The string of the command.
The control which handles the arguments
arguments
The string of the arguments.
String which is passed to the targetControl
Obtains a reference to a client-side function that, when invoked, initiates a client call back to a server-side event that is handled by the Chart.
Obtains a reference to a client-side function that, when invoked, initiates a client call back to a server-side event which is handled by the Chart. The browser event will not be passed and event bubbling will not be canceled.

Syntax

Visual Basic (Declaration)  
Public Function GetCallbackMethodReference( _
   ByVal command As String, _
   ByVal arguments As String _
) As String
Visual Basic (Usage) Copy Code
Dim instance As ChartCallbackManager
Dim command As String
Dim arguments As String
Dim value As String
 
value = instance.GetCallbackMethodReference(command, arguments)
C#  
public string GetCallbackMethodReference( 
   string command,
   string arguments
)

Parameters

command
The string of the command.
The control which handles the arguments
arguments
The string of the arguments.
String which is passed to the targetControl

Return Value

The string value of the Javascript function.
String which represents javascript function.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.