Fires after the PageLayout object used by the PageLayoutControl has been replaced.
[Visual Basic 6.0] Event OnPageLayoutReplaced(
ByVal newPageLayout As Variant _
) As Empty
[Visual Basic .NET] Public Event OnPageLayoutReplaced As OnPageLayoutReplacedEventHandler
[C#] public event OnPageLayoutReplacedEventHandler OnPageLayoutReplaced
[C++]
HRESULT OnPageLayoutReplaced(
VARIANT newPageLayout
);
[C++]Parameters
newPageLayout [in] newPageLayout is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine.
Description
The OnPageLayoutReplaced event is triggered whenever the IPageLayoutControl::PageLayout is replaced by another PageLayout, such as when the IPageLayoutControl::LoadMxFile method is used or when the PageLayout property is explicitly replaced. Use this event to keep in synch with the current IPageLayoutControl::PageLayout.