ArcObjects Library Reference (Framework)  

IComPropertyPageSite Interface

Provides access to the callback mechanism of a COM property sheet.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Method PageChanged Called by the property page to let the property sheet know that something changed.

CoClasses that implement IComPropertyPageSite

CoClasses and Classes Description
ColorPageSite Esri custom color dialog pagesite.
ComPropertyPageSite COM Property Page Site.
ComPropertySheet COM Property Sheet Object.

.NET Samples

Implementing a schematic rule and its property page (Code Files: frmReductionLink) | Layer property page and property sheet (Code Files: LayerVisibilityPage) | Move a graphic along a path in ArcMap (Code Files: MapGraphicTrackPropPage) | Implementing the ISchematicRulesHelper to easily develop a custom schematic rule (Code Files: FrmBisectorRule) | Timestamper class extension (Code Files: TimestampPropertyPage) | Multivariate renderer (Code Files: PropPageForm) | Create an NDVI custom raster function (Code Files: NDVICustomFunctionUIClass) | Create a custom raster function (Code Files: WatermarkFunctionUIClass) | Reducing schematic nodes and computing a cumulative attribute via a schematic rule (Code Files: FrmNodeReductionRule)