BCGSuite for MFC
virtual BOOL CBCGPPlannerManagerView::OnSelectAppointment ( CBCGPAppointment pApp,
BOOL  bSelect 
)
inlineprotectedvirtual

Called by the framework when an appointment is about to be selected.

Override this method in a derived class to handle appointment selection.

The default implementation does nothing and returns TRUE.

Parameters
pAppA pointer to an appointment to be selected or unselected.
bSelectIf TRUE, the appointment will be selected, otherwise it will be unselected.
Returns
Should return TRUE to select the appointment; should return FALSE to cancel the operation.