Property | Type | Description | |
---|---|---|---|
TemplateRequestedEvent | System.Windows.RoutedEvent |
Method | Description | |
---|---|---|
SelectTemplate ( object item, |
Raises the TemplateRequested event up the 'container' element's logical tree so that the DataTemplate to return can be determined.
|
public SelectTemplate ( object item, |
||
item | object | The data object being templated. |
container | The element which contains the data object. | |
return | System.Windows.DataTemplate |