'DeclarationProtected Overridable Sub OnBackgroundTemplateChanged( _ ByVal oldValue As DataTemplate, _ ByVal newValue As DataTemplate _ )
'UsageDim instance As Area Dim oldValue As DataTemplate Dim newValue As DataTemplate instance.OnBackgroundTemplateChanged(oldValue, newValue)
protected virtual void OnBackgroundTemplateChanged( DataTemplate oldValue, DataTemplate newValue )
Parameters
- oldValue
- The old DataTemplate.
- newValue
- The new DataTemplate.