ESRI.ArcGIS.ADF.Web.UI.WebControls
Execute Event
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanelTask Class : Execute Event




Event that is raised when the task has executed.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Fires when the Task has executed.")>
Public Event Execute() As ExecuteTaskEventHandler
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanelTask
Dim handler As ExecuteTaskEventHandler
 
AddHandler instance.Execute, handler
C# 
[ResDescriptionAttribute("Fires when the Task has executed.")]
public event ExecuteTaskEventHandler Execute()

See Also

© 2010 All Rights Reserved.