Represents the method that handles the OnFullExtentUpdated event.
[Visual Basic .NET] Public Delegate Sub OnFullExtentUpdatedEventHandler ( _ ByVal displayTransformation As Object, _ ByVal newEnvelope As Object _ )
[C#] public delegate void OnFullExtentUpdatedEventHandler ( object displayTransformation, object newEnvelope );