ESRI.ArcGIS.ADF.Web.UI.WebControls
ApplyChanges Event
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LayerFormatEditor Class : ApplyChanges Event




This event is fired on the server when the changes to the layer format are applied using client side script.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Server Action")>
Public Event ApplyChanges() As LayerFormatEditor.ApplyChangesEventHandler
Visual Basic (Usage)Copy Code
Dim instance As LayerFormatEditor
Dim handler As LayerFormatEditor.ApplyChangesEventHandler
 
AddHandler instance.ApplyChanges, handler
C# 
[ResCategoryAttribute("Server Action")]
public event LayerFormatEditor.ApplyChangesEventHandler ApplyChanges()

See Also

© 2010 All Rights Reserved.