ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
PageScaleChangeEventHandler Delegate
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : PageScaleChangeEventHandler Delegate




sender
Control that initiated the event.
args
Arguments that include the old and new scales.
Delegate to handle the PageScaleChanged event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub PageScaleChangeEventHandler( _
   ByVal sender As Object, _
   ByVal args As ScaleEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New PageScaleChangeEventHandler(AddressOf HandlerMethod)
C# 
public delegate void PageScaleChangeEventHandler( 
   object sender,
   ScaleEventArgs args
)

Parameters

sender
Control that initiated the event.
args
Arguments that include the old and new scales.

See Also

© 2010 All Rights Reserved.