See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

eventName
The event corresponding to the callback.
argument
The event arguments for the callback.
See Also Languages PowerWEB TextBox for ASP.NET

GetCallbackEventReference Method

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : GetCallbackEventReference Method

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

[Visual Basic]
Public Function GetCallbackEventReference( _    ByVal eventName As String, _    ByVal argument As String _ ) As String
[C#]
public string GetCallbackEventReference(    string eventName,    string 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

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.