ArcGIS Developer Help  (ESRI.ArcGIS.PublisherControls)  

OnFocusARMapChangedEventHandler Delegate

Represents the method that handles the OnFocusARMapChanged event.
[Visual Basic .NET]
Public Delegate Sub OnFocusARMapChangedEventHandler ( _
    ByVal pNewFocusMap As ARMap _
)
[C#]
public delegate void OnFocusARMapChangedEventHandler (
    ARMap pNewFocusMap
);