An NDoc Documented Class Library

CoreInterceptor Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal uiItem As IUIItem, _ 
   ByVal actionListener As ActionListener _ 
)
[C#]
public CoreInterceptor(
   IUIItem uiItem,
   ActionListener actionListener
);
[C++]
public: CoreInterceptor(
   IUIItem* uiItem,
   ActionListener* actionListener
);
[JScript]
public function CoreInterceptor(
   IUIItem uiItem,
   ActionListener actionListener
);

See Also

CoreInterceptor Class | White.Core.Interceptors Namespace