Click or drag to resize

IPropertyInterceptor Methods

Version 130.1.90

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