Click or drag to resize

AccessibilityTreeUpdateLayout Method

Version 130.1.90

[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: 129.0.110.0 (129.0.110.0)
Syntax
protected virtual void UpdateLayout(
	IDictionary<string, IValue> eventDictionary,
	List<IDictionary<string, IValue>> updateDictionaries
)

Parameters

eventDictionary  IDictionaryString, 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  ListIDictionaryString, 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