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