ESRI.ArcGIS.Geoprocessor
ProgressChanged Event
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : ProgressChanged Event




Fires when the Progress has changed.

Syntax

Visual Basic (Declaration) 
Public Event ProgressChanged() As EventHandler(Of ProgressChangedEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim handler As EventHandler(Of ProgressChangedEventArgs)
 
AddHandler instance.ProgressChanged, handler
C# 
public event EventHandler<ProgressChangedEventArgs> ProgressChanged()

See Also

© 2010 All Rights Reserved.