IPropertyInterceptor Methods |
The IPropertyInterceptor type exposes the following members.
| Name | Description | |
|---|---|---|
| OnException |
Invoked if an intercepted method has raised an exception.
(Inherited from IPropertyGetterInterceptor.) | |
| OnExit |
Invoked if the intercepted method has finished executing.
(Inherited from IPropertyGetterInterceptor.) | |
| OnGet |
Invoked if the intercepted property getter has been called
(Inherited from IPropertyGetterInterceptor.) | |
| OnSet |
Invoked if the intercepted property setter has been called
(Inherited from IPropertySetterInterceptor.) |