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




sender
The control which initiated the callback
layerFormat
Defines the symbology and formatting of the layer.
Event handler for when the editor saves its layer format

Syntax

Visual Basic (Declaration) 
Public Delegate Sub LayerFormatEditor.ApplyChangesEventHandler( _
   ByVal sender As Object, _
   ByVal layerFormat As LayerFormat _
) 
Visual Basic (Usage)Copy Code
Dim instance As New ApplyChangesEventHandler(AddressOf HandlerMethod)
C# 
public delegate void LayerFormatEditor.ApplyChangesEventHandler( 
   object sender,
   LayerFormat layerFormat
)

Parameters

sender
The control which initiated the callback
layerFormat
Defines the symbology and formatting of the layer.

See Also

© 2010 All Rights Reserved.