'Declaration Protected Overrides Sub OnEditorChanged( _ ByVal oldValue As FrameworkElement, _ ByVal newValue As FrameworkElement _ )
'Usage Dim instance As CustomPropertyItem Dim oldValue As FrameworkElement Dim newValue As FrameworkElement instance.OnEditorChanged(oldValue, newValue)
protected override void OnEditorChanged( FrameworkElement oldValue, FrameworkElement newValue )
Parameters
- oldValue
- newValue