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