ESRI.ArcGIS.ADF.Web.UI.WebControls
RaisePostBackEvent Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CompositeControl Class : RaisePostBackEvent Method




eventArgument
A string that represents an event argument to pass to the event handler.
Processes a postback event that targets a control and returns the result.

Syntax

Visual Basic (Declaration) 
Public Sub RaisePostBackEvent( _
   ByVal eventArgument As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As CompositeControl
Dim eventArgument As String
 
instance.RaisePostBackEvent(eventArgument)
C# 
public void RaisePostBackEvent( 
   string eventArgument
)

Parameters

eventArgument
A string that represents an event argument to pass to the event handler.

See Also

© 2010 All Rights Reserved.