ESRI.ArcGIS.ADF.Web.UI.WebControls
CallbackArgumentsJavaScript Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackButton Class : CallbackArgumentsJavaScript Property




JavaScript to add to the callback arguments via the onclick event on the client for the button.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Property CallbackArgumentsJavaScript As String
Visual Basic (Usage)Copy Code
Dim instance As CallbackButton
Dim value As String
 
instance.CallbackArgumentsJavaScript = value
 
value = instance.CallbackArgumentsJavaScript
C# 
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public string CallbackArgumentsJavaScript {get; set;}

Remarks

For a discussion of this property and an example, see the CallbackButton overview.

See Also

© 2010 All Rights Reserved.