ArcFM Solution Developer Guide
OnContentTemplateChanged Method (GraphicFavControl)


Syntax
'Declaration
 
Protected Overridable Sub OnContentTemplateChanged( _
   ByVal oldContentTemplate As System.Windows.DataTemplate, _
   ByVal newContentTemplate As System.Windows.DataTemplate _
) 
'Usage
 
Dim instance As GraphicFavControl
Dim oldContentTemplate As System.Windows.DataTemplate
Dim newContentTemplate As System.Windows.DataTemplate
 
instance.OnContentTemplateChanged(oldContentTemplate, newContentTemplate)
protected virtual void OnContentTemplateChanged( 
   System.Windows.DataTemplate oldContentTemplate,
   System.Windows.DataTemplate newContentTemplate
)

Parameters

oldContentTemplate
newContentTemplate
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GraphicFavControl Class
GraphicFavControl Members

 

 


Send Comment