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

Object Model


Syntax

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

Remarks

Application framework provides a ViewAttributesPage class for you to easily create a page for viewing attributes for a Feature. When ViewAttributesPage creates ViewGroups for the feature (one ViewGroup for each column), it fires CreatingViewGroups event. This give you a chance to customize the look and feel of the ViewGroups for the columns. Please refer to AttributesExtension from code samples.

Through CreatingViewGroupsEventArgs, you can get the Feature that's being viewed, and a list of Groups, each represents a column in the feature.

Inheritance Hierarchy

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

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