'Declaration Protected Overridable Sub OnEditorChanged( _ ByVal oldValue As FrameworkElement, _ ByVal newValue As FrameworkElement _ )
'Usage Dim instance As PropertyItemBase Dim oldValue As FrameworkElement Dim newValue As FrameworkElement instance.OnEditorChanged(oldValue, newValue)
protected virtual void OnEditorChanged( FrameworkElement oldValue, FrameworkElement newValue )
Parameters
- oldValue
- newValue