ESRI.ArcGIS.ADF.Web.UI.WebControls
OnRotationAngleChange Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : OnRotationAngleChange Method




args
An EventArgs object that contains the event data.
Raises the RotationAngleChanged event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnRotationAngleChange( _
   ByVal args As RotationAngleEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim args As RotationAngleEventArgs
 
instance.OnRotationAngleChange(args)
C# 
protected virtual void OnRotationAngleChange( 
   RotationAngleEventArgs args
)

Parameters

args
An EventArgs object that contains the event data.

See Also

© 2010 All Rights Reserved.