struct Core::Portable::IViewOwner

#include <coreview.h>

struct IViewOwner
{
    // methods

    virtual void viewDestroyed(View* view) = 0;
};