Click or drag to resize

AccessibilityTreeUpdateLayout Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.Wpf.Experimental.Accessibility.AccessibilityTree.UpdateLayout(System.Collections.Generic.IDictionary{System.String,CefSharp.IValue},System.Collections.Generic.List{System.Collections.Generic.IDictionary{System.String,CefSharp.IValue}})"]

Namespace:  CefSharp.Wpf.Experimental.Accessibility
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
protected virtual void UpdateLayout(
	IDictionary<string, IValue> eventDictionary,
	List<IDictionary<string, IValue>> updateDictionaries
)

Parameters

eventDictionary
Type: System.Collections.GenericIDictionaryString, IValue

[Missing <param name="eventDictionary"/> documentation for "M:CefSharp.Wpf.Experimental.Accessibility.AccessibilityTree.UpdateLayout(System.Collections.Generic.IDictionary{System.String,CefSharp.IValue},System.Collections.Generic.List{System.Collections.Generic.IDictionary{System.String,CefSharp.IValue}})"]

updateDictionaries
Type: System.Collections.GenericListIDictionaryString, IValue

[Missing <param name="updateDictionaries"/> documentation for "M:CefSharp.Wpf.Experimental.Accessibility.AccessibilityTree.UpdateLayout(System.Collections.Generic.IDictionary{System.String,CefSharp.IValue},System.Collections.Generic.List{System.Collections.Generic.IDictionary{System.String,CefSharp.IValue}})"]

See Also