Responder Developer Guide
FeatureStateChanged Event


Syntax
'Declaration
 
Event FeatureStateChanged As EventHandler(Of FeatureStateEventArgs)
'Usage
 
Dim instance As IFeatureStateProvider
Dim handler As EventHandler(Of FeatureStateEventArgs)
 
AddHandler instance.FeatureStateChanged, handler
event EventHandler<FeatureStateEventArgs> FeatureStateChanged
Event Data

The event handler receives an argument of type FeatureStateEventArgs containing data related to this event. The following FeatureStateEventArgs properties provide information specific to this event.

PropertyDescription
Feature (Inherited from Miner.Responder.Model.Feature.FeatureEventArgs)
StateSource  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IFeatureStateProvider Interface
IFeatureStateProvider Members

 

 


Send Comment