ArcGIS API for WPF - Library Reference
Map.RotationChangedEventHandler Delegate
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : Map.RotationChangedEventHandler Delegate

sender
e
Rotation Changed event handler

Syntax

Visual Basic (Declaration) 
Public Delegate Sub Map.RotationChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As DependencyPropertyChangedEventArgs _
) 
C# 
public delegate void Map.RotationChangedEventHandler( 
   object sender,
   DependencyPropertyChangedEventArgs e
)

Parameters

sender
e

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.