Click or drag to resize

CefDragHandlerOnDraggableRegionsChanged Method

Called whenever draggable regions for the browser window change. These can be specified using the '-webkit-app-region: drag/no-drag' CSS-property. If draggable regions are never defined in a document this method will also never be called. If the last draggable region is removed from a document this method will be called with an empty vector.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract void OnDraggableRegionsChanged(
	CefBrowser browser,
	CefDraggableRegion[] regions
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
regions
Type: Internal.Xilium.CefGlueCefDraggableRegion
See Also