ESRI.ArcGIS.Mobile.Client
DataTemplateRequestedEventArgs Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : DataTemplateRequestedEventArgs Class


The following tables list the members exposed by DataTemplateRequestedEventArgs.

Public Constructors

 NameDescription
Public ConstructorDataTemplateRequestedEventArgs Constructor Initializes a new instance of the DataTemplateRequestedEventArgs class.  
Top

Public Properties

 NameDescription
Public PropertyElement Gets the source element.  
Public PropertyHandled (Inherited from System.Windows.RoutedEventArgs)
Public PropertyItem Gets the item the template is being requested for.  
Public PropertyOriginalSource (Inherited from System.Windows.RoutedEventArgs)
Public PropertyRoutedEvent (Inherited from System.Windows.RoutedEventArgs)
Public PropertySource (Inherited from System.Windows.RoutedEventArgs)
Public PropertyTemplate Gets or sets the data template to use for the item.  
Top

Protected Methods

 NameDescription
Protected MethodInvokeEventHandler (Inherited from System.Windows.RoutedEventArgs)
Protected MethodOnSetSource (Inherited from System.Windows.RoutedEventArgs)
Top

See Also