ArcGIS API for Silverlight - Library Reference
FeatureLayer Class Events
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : FeatureLayer Class


For a list of all members of this type, see FeatureLayer members.

Public Events

 NameDescription
public EventBeginSaveEdits Event fired when edits are about to be submitted.  
public EventEndSaveEdits Event fired when edits are complete.  
public EventInitializationFailed This Event fires when a Layer has been initialized and has encountered a problem. (Inherited from ESRI.ArcGIS.Client.Layer)
public EventInitialized Raised when the layer has been initialized (Inherited from ESRI.ArcGIS.Client.Layer)
public EventLegendChanged Occurs when the legend of the layer changed (e.g. when the renderer changed) (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public EventMouseEnterOccurs when the mouse (or a stylus) enters the bounding area of a System.Windows.UIElement. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public EventMouseLeaveOccurs when the mouse (or the stylus) leaves the bounding area of a System.Windows.UIElement. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public EventMouseLeftButtonDownOccurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet PC) while the mouse pointer is over a Graphic. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public EventMouseLeftButtonUpOccurs when the left mouse button is released (or the tip of the stylus is removed from the tablet PC) while the mouse (or the stylus) is over a Graphic. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public EventMouseMoveOccurs when the coordinate position of the mouse (or stylus) changes while over a System.Windows.UIElement (or while a System.Windows.UIElement holds mouse capture). (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public EventMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over a Graphic. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public EventMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over a Graphic. However, this event will only be raised if a caller marks the preceding System.Windows.UIElement.MouseRightButtonDown event as handled. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer)
public EventPropertyChanged Property changed event (Inherited from ESRI.ArcGIS.Client.Layer)
public EventSaveEditsFailed Occurs when save edits fails.  
public EventUpdateCompleted Occurs when the layer has completed requesting features from the service.  
public EventUpdateFailed Occurs if the layer fails to request feature data from the feature service.  
Top

See Also

© ESRI, Inc. All Rights Reserved.