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




eventArgument
The event to raise.
Handles postbacks. Raises events based on the passed-in eventargument. Calls the ServerToolAction component of the Current ToolItem.

Syntax

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

Parameters

eventArgument
The event to raise.

See Also

© 2010 All Rights Reserved.