Click or drag to resize

BindingOptionsPropertyInterceptor Property

Version 102.0.100
Interceptor used for intercepting get/set calls to the target object property. For instance, can be used for logging calls to .net property (from js)

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public IPropertyInterceptor PropertyInterceptor { get; set; }

Property Value

Type: IPropertyInterceptor
See Also