About the property page events

The property page events allow you to implement custom functionality for the following system-defined property pages:

  • Document – The default property page for every document.
  • ExportPackages – Shows the Meridian Explorer export packages related to the document.
  • Folder – The default property page for every folder in the Explorer view.
  • ImportPackages – Shows the Meridian Explorer import packages related to the document.
  • Objects – Shows the asset tag objects related to the document.
  • Rendition – Shows the properties in the BCRenditionPropertySet property set.
  • Retention – Shows the properties in the AMRetentionControlPropertySet property set.
  • TitleBlocks – Shows the values of title block attributes when multiple layouts exist in a drawing and the Synchronize the title blocks in all layouts option is enabled as described in the BlueCielo Meridian Enterprise Configuration Guide.
  • WhereUsed – Shows the documents related to the current asset object.

The events that occur for the system property pages are shown in the following list in the sequence that they occur.

System property page event sequence

  • <PageName>Page_IsVisible
  • <PageName>Page_CanEdit
  • <PageName>Page_CanApply(Context)

Each of the system property page event procedures is described in the following topics.