'DeclarationProtected Overridable Sub OnGridBackgroundTemplateChanged( _ ByVal oldValue As DataTemplate, _ ByVal newValue As DataTemplate _ )
'UsageDim 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