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




sender
Object that raised the event.
args
Arguments for the event.
Handles the event of displaying a FloatingPanel.

Syntax

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

Parameters

sender
Object that raised the event.
args
Arguments for the event.

See Also

© 2010 All Rights Reserved.