BCGControlBar Pro for MFC
virtual void CBCGPPlannerManagerView::OnAppointmentSelected ( CBCGPAppointment pApp,
BOOL  bSelected 
)
inlineprotectedvirtual

Called by the framework when an appointment has been selected.

Override this method in a derived class to be notified when an appointment has been selected.

The default implementation does nothing.

Parameters
pAppA pointer to an appointment to be selected or unselected.
bSelectedIf TRUE, the appointment will be selected, otherwise it will be unselected.