ESRI.ArcGIS.ADF.Tasks
ControlsRequiringChildControlsOnCallbacks Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > GeoprocessingTask Class : ControlsRequiringChildControlsOnCallbacks Property




UniqueIDs of controls interacting with the Geoprocessing task during callbacks. The Geoprocessing Task creates child controls only on first draw and full postbacks, and only if the Geoprocessing Task control or child is part of processing a call back. Any other controls are responsible for registering themselves for callback processing.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property ControlsRequiringChildControlsOnCallbacks As List(Of String)
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingTask
Dim value As List(Of String)
 
value = instance.ControlsRequiringChildControlsOnCallbacks
C# 
[BrowsableAttribute(false)]
public List<string> ControlsRequiringChildControlsOnCallbacks {get;}

See Also

© 2010 All Rights Reserved.