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


ActiveViewReplacedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

ActiveViewReplacedEventHandler Delegate

Represents the method that handles the ActiveViewReplaced event.
[Visual Basic .NET]
Public Delegate Sub ActiveViewReplacedEventHandler ( _
    ByVal pNewActiveView As IActiveView _
)
[C#]
public delegate void ActiveViewReplacedEventHandler (
    IActiveView pNewActiveView
);