ESRI.ArcGIS.ADF.Web.UI.WebControls
OnApplyChanges Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LayerFormatEditor Class : OnApplyChanges Method




layerFormat
A layer format object that indicates the configured layer format.
Invoked when the layer format editor applies its changes

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnApplyChanges( _
   ByVal layerFormat As LayerFormat _
) 
Visual Basic (Usage)Copy Code
Dim instance As LayerFormatEditor
Dim layerFormat As LayerFormat
 
instance.OnApplyChanges(layerFormat)
C# 
protected virtual void OnApplyChanges( 
   LayerFormat layerFormat
)

Parameters

layerFormat
A layer format object that indicates the configured layer format.

See Also

© 2010 All Rights Reserved.