C++
virtual bool onBeginSheet() = 0;
Description
Returns a Boolean indicating whether the begin sheet notification was successful.
Clients of the plot progress dialog would fire this notification before beginning to plot a sheet using the plot engine. The default implementation resets the sheet status and restores the UI from the previous canceled state (if the previous sheet plot was canceled).