Click or drag to resize

IPropertyInterceptor Interface

Version 102.0.100
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: 102.0.100.0 (102.0.100.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