Spread WPF Documentation
OnContentTemplateChanged Method (PrintPreviewControl)


GrapeCity.Windows.SpreadSheet.UI Namespace > PrintPreviewControl Class : OnContentTemplateChanged Method
Syntax
'Declaration
 
Protected Overridable Sub OnContentTemplateChanged( _
   ByVal oldContentTemplate As System.Windows.DataTemplate, _
   ByVal newContentTemplate As System.Windows.DataTemplate _
) 
'Usage
 
Dim instance As PrintPreviewControl
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
See Also

Reference

PrintPreviewControl Class
PrintPreviewControl Members