'Declaration Protected Overridable Sub OnNotDisplayableTemplateChanged( _ ByVal oldValue As DataTemplate, _ ByVal newValue As DataTemplate _ )
'Usage Dim instance As FilterExpressionTreeEditor Dim oldValue As DataTemplate Dim newValue As DataTemplate instance.OnNotDisplayableTemplateChanged(oldValue, newValue)
protected virtual void OnNotDisplayableTemplateChanged( DataTemplate oldValue, DataTemplate newValue )
Parameters
- oldValue
- newValue