BCGSuite for MFC
virtual BOOL CBCGPAppointment::OnEndEdit ( BOOL  bCancel)
virtual

Called when in-place editing has completed.

You can override this method in a derived class to handle this notification.

Parameters
bCancelIf TRUE, the result of editing won't be stored; if FALSE, the result of editing will be stored and appointment data will be modified.