ChromiumWebBrowserOnCleanupElementChanged Method  | 
Version 93.1.111 
            Called when [cleanup element changed].
            
 
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 93.1.111.0 (93.1.111.0)
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