PowerWEB LiveControls for ASP.NET
GetCallbackEventReference Method
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveButton Class : GetCallbackEventReference Method



eventName
The event corresponding to the callback.
argument
The event arguments for the callback.
Returns JavaScript that can be used to initiate a callback to the server.

Syntax

Visual Basic (Declaration) 
Public Function GetCallbackEventReference( _
   ByVal eventName As String, _
   ByVal argument As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As LiveButton
Dim eventName As String
Dim argument As String
Dim value As String
 
value = instance.GetCallbackEventReference(eventName, argument)
C# 
public string GetCallbackEventReference( 
   string eventName,
   string argument
)
C++/CLI 
public:
String^ GetCallbackEventReference( 
   String^ eventName,
   String^ argument
) 

Parameters

eventName
The event corresponding to the callback.
argument
The event arguments for the callback.

Remarks

Returns JavaScript that can be used to initiate a callback to the server.

The settings of the PowerWEB control (blocking, errorhandling, etc) are automatically taken into account.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.