ESRI.ArcGIS.Mobile
FeatureAttachmentsChangedArgs Constructor(Generic IList,EditOperation)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > FeatureAttachmentsChangedArgs Class > FeatureAttachmentsChangedArgs Constructor : FeatureAttachmentsChangedArgs Constructor(Generic IList,EditOperation)

attachmentIds
editOperation
Event raised when an Attachment is either Added, deleted or Edits Canceled.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal attachmentIds As IList(Of Integer), _
   ByVal editOperation As EditOperation _
)
C# 
public FeatureAttachmentsChangedArgs( 
   IList<int> attachmentIds,
   EditOperation editOperation
)

Parameters

attachmentIds
editOperation

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

© 2013 All Rights Reserved.