ISECVwDockFeedBack Structure

typedef struct {
 virtual void PreDock;
 virtual void PostDock;
 virtual void PreUnDock;
 virtual void PostUnDock;
} ISECVwDockFeedBack;

Interface for feedback when view docking takes place

Defined in: sdcvwfbk.h

Members

PreDock

Called before docking takes place

PostDock

Called after docking takes place

PreUnDock

Called prior to undocking view

PostUnDock

Called after undocking view

Comments

Implement this interface in your derived view to recieve docking feedback