This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET]
Public Delegate Sub OnFullExtentUpdatedEventHandler ( _
ByVal displayTransformation As Object, _
ByVal newEnvelope As Object _
)
[C#]
public delegate void OnFullExtentUpdatedEventHandler (
object displayTransformation,
object newEnvelope
);