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