ArcGIS Developer Help  (ESRI.ArcGIS.Controls)  

OnGlobeReplacedEventHandler Delegate

Represents the method that handles the OnGlobeReplaced event.
[Visual Basic .NET]
Public Delegate Sub OnGlobeReplacedEventHandler ( _
    ByVal newGlobe As Object _
)
[C#]
public delegate void OnGlobeReplacedEventHandler (
    object newGlobe
);