ESRI.ArcGIS.Mobile.Client
CreatingFinishCollectionCommands Event
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.CollectFeatures Namespace > CollectFeaturesTask Class : CreatingFinishCollectionCommands Event

Raised when the collection of finish collection commands is being created. This event is raised after the CollectionCompleted event has been raised with the Canceled property being false.

Syntax

Visual Basic (Declaration) 
Public Event CreatingFinishCollectionCommands() As EventHandler(Of CreatingFinishCollectionCommandsEventArgs)
C# 
public event EventHandler<CreatingFinishCollectionCommandsEventArgs> CreatingFinishCollectionCommands()

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also