| ChromiumWebBrowserOnCleanupElementChanged Method | 
Version 63.0.0
            Called when [cleanup element changed].
            
 
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 63.0.0.0 (63.0.0.0)
 Syntax
Syntaxprotected virtual void OnCleanupElementChanged(
	FrameworkElement oldValue,
	FrameworkElement newValue
)
protected:
virtual void OnCleanupElementChanged(
	FrameworkElement^ oldValue, 
	FrameworkElement^ newValue
)
Parameters
- oldValue
- Type: System.WindowsFrameworkElement
 The old value.
- newValue
- Type: System.WindowsFrameworkElement
 The new value.
 See Also
See Also