This document is archived and information here might be outdated.  Recommended version.


IComPropertyPageSite.PageChanged Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Framework)  

IComPropertyPageSite.PageChanged Method

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

[Visual Basic .NET]
Public Sub PageChanged ( _
)
[C#]
public void PageChanged (
);

Product Availability

Available with ArcGIS Desktop.

See Also

IComPropertyPageSite Interface

.NET Samples

Implementing a schematic rule and its property page (Code Files: frmReductionLink) | Layer property page and property sheet (Code Files: LayerVisibilityPage) | Implementing the ISchematicRulesHelper to easily develop a custom schematic rule (Code Files: FrmBisectorRule) | Timestamper class extension (Code Files: TimestampPropertyPage) | Multivariate renderer (Code Files: PropPageForm) | Reducing schematic nodes and computing a cumulative attribute via a schematic rule (Code Files: FrmNodeReductionRule)