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




sender
Control that initiated the event.
args
Arguments that include the old and new heights and widths.
Delegate to handle the PageResized event.

Syntax

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

Parameters

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

See Also

© 2010 All Rights Reserved.