DistributedNodesUpdatedEventArgsDistributedNodes Property |
Version 130.1.90
Distributed nodes for given insertion point.
Namespace: CefSharp.DevTools.DOMAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<BackendNode> DistributedNodes { get; }
public:
property IList<BackendNode^>^ DistributedNodes {
IList<BackendNode^>^ get ();
}
Property Value
IListBackendNodeSee Also