Click or drag to resize

IPropertyInterceptor Interface

Version 130.1.90
Provides the capability intercepting get/set property calls made from javascript as part of the JavascriptBinding (JSB) implementation.

Namespace: CefSharp.ModelBinding
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public interface IPropertyInterceptor

The IPropertyInterceptor type exposes the following members.

Methods
 NameDescription
Public methodCode exampleInterceptGet Called before the get property is invokved. You are now responsible for evaluating the property and returning the result.
Public methodCode exampleInterceptSet Called before the set property is invokved. You are now responsible for evaluating the property.
Top
See Also