ESRI.ArcGIS.Mobile.Client
OnGroupActivated Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Dialogs Namespace > EditAttributesDialog Class : OnGroupActivated Method

dc
caption
Called when a group is clicked or item in a group is activated in the EditAttributesDialog.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnGroupActivated( _
   ByVal dc As DataColumn, _
   ByVal caption As String _
) 
C# 
protected virtual void OnGroupActivated( 
   DataColumn dc,
   string caption
)

Parameters

dc
caption

Requirements

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