Category Notifications, Category Creo Parametric fundamentals, Object ProDirectory

Callback ProDirectoryChangePostAction


Description
This is the notification function called after the current directory has been successfully changed in Creo Parametric.

This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_DIRECTORY_CHANGE_POST.

Synopsis
#include <ProNotify.h>
ProError(*ProDirectoryChangePostAction)(
ProPath new_path
/* (In)
The new path to which the directory was changed
*/
)
Returns
Return Values are not interpreted by Creo Parametric.
See Also
ProNotificationSet

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Event-driven Programming: Notifications: Context Change Events