[Visual Basic] Public Sub New( _ ByVal uiItem As IUIItem, _ ByVal actionListener As ActionListener _ ) [C#] public CoreInterceptContext( IUIItem uiItem, ActionListener actionListener ); [C++] public: CoreInterceptContext( IUIItem* uiItem, ActionListener* actionListener ); [JScript] public function CoreInterceptContext( IUIItem uiItem, ActionListener actionListener );
CoreInterceptContext Class | White.Core.Interceptors Namespace