An NDoc Documented Class Library

ScreenObjectInterceptor.Intercept Method 

[Visual Basic]
Overridable Public Sub Intercept( _ 
   ByVal invocation As IInvocation _ 
) _
    Implements IInterceptor.Intercept
[C#]
public virtual void Intercept(
   IInvocation invocation
);
[C++]
public: virtual void Intercept(
   IInvocation* invocation
);
[JScript]
public virtual function Intercept(
   IInvocation invocation
);

Implements

IInterceptor.Intercept

See Also

ScreenObjectInterceptor Class | Repository.Interceptors Namespace