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