ESRI.ArcGIS.Mobile.Client
DataTemplateRequestedEventArgs Constructor
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > DataTemplateRequestedEventArgs Class : DataTemplateRequestedEventArgs Constructor

e
The routed event being raised.
element
The source element containing the item.
item
The item the template is being requested for.
Initializes a new instance of the DataTemplateRequestedEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal e As RoutedEvent, _
   ByVal element As UIElement, _
   ByVal item As Object _
)
C# 
public DataTemplateRequestedEventArgs( 
   RoutedEvent e,
   UIElement element,
   object item
)

Parameters

e
The routed event being raised.
element
The source element containing the item.
item
The item the template is being requested for.

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