ESRI.ArcGIS.Mobile.Client
ControlCreatingFeatureAttributes Event
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace > ViewFeatureAttributesControl Class : ControlCreatingFeatureAttributes Event

Raised when an instance of ViewFeatureAttributesControl is creating a new collection of Attributes due to the Feature property being changed.

Syntax

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

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