ESRI.ArcGIS.Mobile.Client
CreatingEditGroupsEventArgs Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Pages Namespace : CreatingEditGroupsEventArgs Class

Event arguments used during the CreatingEditGroups event. These arguments encapsulate an IList of Groups and a FeatureDataRow.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class CreatingEditGroupsEventArgs 
   Inherits EventArgs
C# 
public class CreatingEditGroupsEventArgs : EventArgs 

Remarks

Mobile application uses EditAttributesPage to let user edit attributes for a feature. The EditAttributesPage will fire CreatingEditGroups event when it constructs all the groups on the page (each Group represents a column from a Feature). This is where you can potentially customize the way users edit attributes. For example, if you have a column that stores audio information, you can customize it so that user will have the opportunity to record a message when they tap to edit. Please refer to AttributesExtension from code samples.

To learn more details, EditAttributesPage.

For attributes viewing, please see ViewAttributesPage.

Inheritance Hierarchy

System.Object
   System.EventArgs
      ESRI.ArcGIS.Mobile.Client.Pages.CreatingEditGroupsEventArgs

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Pages

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

Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also